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/colors.ini | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.config/polybar/colors.ini') 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} -- cgit v1.2.3