Polybar fix

lightmode
E. Almqvist 4 years ago
parent d8ec958358
commit 0e7db1037f
  1. 8
      polybar/config

@ -33,10 +33,8 @@ monitor = ${env:MONITOR}
fixed-center = true fixed-center = true
override-redirect = false override-redirect = false
width = 90% width = 100%
height = 21 height = 21
offset-x = 5%
offset-y = 4
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground}
@ -49,8 +47,8 @@ foreground = ${colors.foreground}
# border-size = 1 # border-size = 1
# border-color = ${colors.border} # border-color = ${colors.border}
padding-left = 1 padding-left = 18
padding-right = 1 padding-right = 18
module-margin = 1 module-margin = 1
#modules-left = dwm title #modules-left = dwm title

Loading…
Cancel
Save