A collection of scripts and configurations for Bash (and others)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ;==========================================================
- ;
- ;
- ; ██████╗ ██████╗ ██╗ ██╗ ██╗██████╗ █████╗ ██████╗
- ; ██╔══██╗██╔═══██╗██║ ╚██╗ ██╔╝██╔══██╗██╔══██╗██╔══██╗
- ; ██████╔╝██║ ██║██║ ╚████╔╝ ██████╔╝███████║██████╔╝
- ; ██╔═══╝ ██║ ██║██║ ╚██╔╝ ██╔══██╗██╔══██║██╔══██╗
- ; ██║ ╚██████╔╝███████╗██║ ██████╔╝██║ ██║██║ ██║
- ; ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝
- ;
- ;
- ; To learn more about how to configure Polybar
- ; go to https://github.com/polybar/polybar
- ;
- ; The README contains a lot of information
- ;
- ;==========================================================
-
- [colors]
- ;background = ${xrdb:color0:#222}
- background = #222
- background-alt = #444
- ;foreground = ${xrdb:color7:#222}
- foreground = #dfdfdf
- foreground-alt = #555
- primary = #ffb52a
- secondary = #e60053
- alert = #bd2c40
-
- [bar/obsidianblk]
- ;monitor = ${env:MONITOR:HDMI-1}
- monitor = ${env:MONITOR:}
- width = 100%
- height = 27
- ;offset-x = 1%
- ;offset-y = 1%
- radius = 6.0
- fixed-center = false
-
- bottom = true
-
- background = ${colors.background}
- foreground = ${colors.foreground}
-
- line-size = 3
- line-color = #f00
-
- border-size = 4
- border-color = #00000000
-
- padding-left = 0
- padding-right = 2
-
- module-margin-left = 1
- module-margin-right = 2
-
- font-0 = fixed:pixelsize=10;1
- font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
- font-2 = siji:pixelsize=10;1
-
- modules-left = bspwm i3
- modules-center = mpd
- modules-right = filesystem pulseaudio xkeyboard memory cpu eth date powermenu
-
- tray-position = right
- tray-padding = 2
- ;tray-background = #0063ff
-
- ;wm-restack = bspwm
- ;wm-restack = i3
-
- ;override-redirect = true
-
- ;scroll-up = bspwm-desknext
- ;scroll-down = bspwm-deskprev
-
- ;scroll-up = i3wm-wsnext
- ;scroll-down = i3wm-wsprev
-
- cursor-click = pointer
- cursor-scroll = ns-resize
-
-
- [section/modules]
- include-file = ~/.config/polybar/modules.obsidianblk.ini
-
-
- [settings]
- screenchange-reload = true
- ;compositing-background = xor
- ;compositing-background = screen
- ;compositing-foreground = source
- ;compositing-border = over
- ;pseudo-transparency = false
-
- [global/wm]
- margin-top = 5
- margin-bottom = 5
-
- ; vim:ft=dosini
|