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.
72 lines
1.4 KiB
72 lines
1.4 KiB
;; global settings
|
|
|
|
[global/wm]
|
|
margin-bottom = 0
|
|
margin-top = 0
|
|
|
|
include-file = ~/.config/polybar/themes/current.ini
|
|
include-file = ~/.config/polybar/modules.ini
|
|
include-file = ~/.config/polybar/user_modules.ini
|
|
|
|
[settings]
|
|
throttle-output = 5
|
|
throttle-output-for = 10
|
|
throttle-input-for = 30
|
|
screenchange-reload = false
|
|
|
|
compositing-backgroun = source
|
|
compositing-foreground = over
|
|
compositing-overline = over
|
|
compositing-underline = over
|
|
compositing-border = over
|
|
|
|
[bar/common]
|
|
wm-restack = bspwm
|
|
monitor-strict = false
|
|
override-redirect = false
|
|
radius = 5.0
|
|
height = 20
|
|
background = ${color.background}
|
|
foreground = ${color.foreground}
|
|
border-color = ${color.accent}
|
|
font-0 = "Hack:size=12;2"
|
|
font-1 = "Icomoon\-Ultimate:size=12;2"
|
|
font-2 = "Icomoon\-Ultimate:size=8;2"
|
|
enable-ipc = true
|
|
|
|
[bar/main]
|
|
inherit = bar/common
|
|
bottom = true
|
|
fixed-center = true
|
|
width = 14%
|
|
offset-x = 43%
|
|
offset-y = 0
|
|
|
|
module-margin-left = 2
|
|
module-margin-right = 2
|
|
|
|
modules-center = bspwm
|
|
scroll-up = bspc desktop -f prev.local
|
|
scroll-down = bspc desktop -f next.local
|
|
|
|
[bar/system]
|
|
inherit = bar/common
|
|
bottom = true
|
|
fixed-center = true
|
|
width = 15%
|
|
offset-x = 84%
|
|
offset-y = 0
|
|
padding-left = 1
|
|
separator = " "
|
|
modules-margin-left = 2
|
|
modules-margin-right = 2
|
|
modules-left = battery backlight pulseaudio
|
|
modules-center = date
|
|
tray-position = right
|
|
tray-detached = false
|
|
tray-maxsize = 16
|
|
tray-background = ${color.background}
|
|
tray-offset-x = 0
|
|
tray-offset-y = 0
|
|
tray-padding = 0
|
|
tray-scale = 1.0
|