Fix polybar config
This commit is contained in:
parent
0c6eae434c
commit
1cf83ba966
@ -12,7 +12,7 @@
|
||||
bg= ${xrdb:background}
|
||||
fg = ${xrdb:foreground}
|
||||
border = ${xrdb:border_unfocused}
|
||||
|
||||
border_f = ${xrdb:border_focused}
|
||||
;~~~~~
|
||||
; bar
|
||||
;~~~~~
|
||||
@ -21,14 +21,14 @@ width = 100%
|
||||
height = 24
|
||||
fixed-center = true
|
||||
|
||||
font-0 = "DejaVu Sans Mono:pixelsize=10:antialias=true;3"
|
||||
font-0 = "Inconsolata:pixelsize=10:antialias=true;3"
|
||||
font-1 = "Font Awesome 5 Brands:pixelsize=13:antialias=true;3"
|
||||
font-2 = "Font Awesome 5 Free:style=Solid:pixelsize=12:antialias=true;3"
|
||||
|
||||
background = ${colors.bg}
|
||||
foreground = ${colors.fg}
|
||||
|
||||
line-size = 3
|
||||
line-size = 0
|
||||
line-color = ${colors.fg}
|
||||
|
||||
border-size = 0
|
||||
@ -72,17 +72,19 @@ ws-icon-7 = "8;"
|
||||
|
||||
format = <label-state><label-mode>
|
||||
label-monitor = %name%
|
||||
label-focused = %index% %icon%
|
||||
label-focused-background = ${colors.border}
|
||||
label-focused = %name%
|
||||
label-focused-background = ${colors.border_f}
|
||||
label-focused-overline = ${colors.fg}
|
||||
label-occupied = %index% %icon%
|
||||
label-occupied = %name%
|
||||
label-occupied-background = ${colors.border}
|
||||
label-occupied-padding = 1
|
||||
label-focused-padding = 1
|
||||
label-unfocused-padding = 0
|
||||
label-visible-padding = 0
|
||||
label-urgent = %index% %icon%
|
||||
label-unfocused-padding = 1
|
||||
label-visible-padding = 1
|
||||
label-urgent = %name%
|
||||
label-urgent-padding = 1
|
||||
label-empty =
|
||||
label-empty = %name%
|
||||
label-empty-padding = 1
|
||||
|
||||
;~~~~~
|
||||
; MPD
|
||||
|
Loading…
x
Reference in New Issue
Block a user