From 08fd61cc52376f827bf1567070ddaa14aa9585f7 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sat, 6 Sep 2025 15:54:22 +0530 Subject: configured new systray module and monitor's bar --- .config/polybar/powerline.ini | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to '.config/polybar/powerline.ini') 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} -- cgit v1.2.3