diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-06 15:54:22 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-06 15:54:22 +0530 |
commit | 08fd61cc52376f827bf1567070ddaa14aa9585f7 (patch) | |
tree | ca16f46752a59363118b3a693c7e69a394931f8d /.config/polybar/powerline.ini | |
parent | e012e3012f2890a0462f87c0d678d9f3bf98c93e (diff) |
configured new systray module and monitor's bar
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} |