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/colors.ini | |
parent | e012e3012f2890a0462f87c0d678d9f3bf98c93e (diff) |
configured new systray module and monitor's bar
Diffstat (limited to '.config/polybar/colors.ini')
-rw-r--r-- | .config/polybar/colors.ini | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini index f5410b3..7a27d76 100644 --- a/.config/polybar/colors.ini +++ b/.config/polybar/colors.ini @@ -5,11 +5,13 @@ mantle = #181825 peach = #fab387 background = #E611111b +background-solid = #11111b foreground = ${colors.mauve} foreground-alt = #11111b foreground-dull = #6c7086 -systray-bg = ${colors.background} +systray-bg = ${colors.background-solid} +systray-fg = ${colors.foreground} module-color-0 = ${colors.mantle} module-color-1 = ${colors.mauve} @@ -32,9 +34,6 @@ ws-urgent-bg = ${colors.red} time-fg = ${colors.foreground-alt} time-bg = ${colors.module-color-1} -uptime-fg = ${colors.module-color-1} -uptime-bg = ${colors.module-bg} - ethernet-fg = ${colors.foreground} ethernet-bg = ${colors.module-color-0} @@ -70,7 +69,7 @@ batt-charging-fg = ${colors.foreground-alt} batt-discharging-bg = ${colors.peach} batt-discharging-fg = ${colors.foreground-alt} -batt-full-bg = ${colors.module-bg} +batt-full-bg = ${colors.background} batt-full-fg = ${colors.module-color-0} backlight-bg = ${colors.module-color-0} |