diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-03 16:01:49 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-09-03 16:01:49 +0530 |
commit | c829dac7f42c381ae38e33283b4bb12515c26928 (patch) | |
tree | 96ebefaa8a2b34b9a64ddfe264bdaf9e742db475 /.config/polybar/powerline.ini | |
parent | aeb8bb6aae141b1674738bdfd58167ed0f9a10dc (diff) |
added brightness and xwindow module
Diffstat (limited to '.config/polybar/powerline.ini')
-rw-r--r-- | .config/polybar/powerline.ini | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/polybar/powerline.ini b/.config/polybar/powerline.ini index 5343edb..85ace58 100644 --- a/.config/polybar/powerline.ini +++ b/.config/polybar/powerline.ini @@ -23,13 +23,12 @@ content-background = ${colors.module-color-1} type = custom/text content = "" content-font = 4 -content-foreground = ${colors.module-color-1} +content-foreground = ${colors.module-color-0} content-background = ${colors.background} [module/powerline4] type = custom/text -content = "" +content = "" content-font = 4 content-foreground = ${colors.module-color-1} content-background = ${colors.background} - |