diff options
Diffstat (limited to '.config/polybar/powerline.ini')
-rw-r--r-- | .config/polybar/powerline.ini | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/.config/polybar/powerline.ini b/.config/polybar/powerline.ini index 85ace58..eff57da 100644 --- a/.config/polybar/powerline.ini +++ b/.config/polybar/powerline.ini @@ -1,34 +1,34 @@ [module/powerline0] type = custom/text -content = "" -content-font = 4 -content-foreground = ${colors.module-color-1} -content-background = ${colors.background} +format = "" +format-font = 4 +format-foreground = ${colors.module-color-1} +format-background = ${colors.background} [module/powerline1] type = custom/text -content = "" -content-font = 4 -content-foreground = ${colors.module-color-1} -content-background = ${colors.module-color-0} +format = "" +format-font = 4 +format-foreground = ${colors.module-color-1} +format-background = ${colors.module-color-0} [module/powerline2] type = custom/text -content = "" -content-font = 4 -content-foreground = ${colors.module-color-0} -content-background = ${colors.module-color-1} +format = "" +format-font = 4 +format-foreground = ${colors.module-color-0} +format-background = ${colors.module-color-1} [module/powerline3] type = custom/text -content = "" -content-font = 4 -content-foreground = ${colors.module-color-0} -content-background = ${colors.background} +format = "" +format-font = 4 +format-foreground = ${colors.module-color-0} +format-background = ${colors.background} [module/powerline4] type = custom/text -content = "" -content-font = 4 -content-foreground = ${colors.module-color-1} -content-background = ${colors.background} +format = "" +format-font = 4 +format-foreground = ${colors.module-color-1} +format-background = ${colors.background} |