aboutsummaryrefslogtreecommitdiffstats
path: root/.config/polybar/colors.ini
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-09-03 16:01:49 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-09-03 16:01:49 +0530
commitc829dac7f42c381ae38e33283b4bb12515c26928 (patch)
tree96ebefaa8a2b34b9a64ddfe264bdaf9e742db475 /.config/polybar/colors.ini
parentaeb8bb6aae141b1674738bdfd58167ed0f9a10dc (diff)
added brightness and xwindow module
Diffstat (limited to '.config/polybar/colors.ini')
-rw-r--r--.config/polybar/colors.ini10
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/polybar/colors.ini b/.config/polybar/colors.ini
index fb10e26..84c268e 100644
--- a/.config/polybar/colors.ini
+++ b/.config/polybar/colors.ini
@@ -1,9 +1,7 @@
[colors]
mauve = #cba6f7
red = #f38ba8
-green = #a6e3a1
mantle = #181825
-teal = #94e2d5
peach = #fab387
background = #E611111b
@@ -16,12 +14,13 @@ systray-bg = ${colors.background}
module-color-0 = ${colors.mantle}
module-color-1 = ${colors.mauve}
-xwindow-fg = ${colors.module-color-0}
+xwindow-fg = ${colors.module-color-1}
+xwindow-bg = ${colors.background}
ws-active-fg = ${colors.foreground-alt}
ws-active-bg = ${colors.module-color-1}
-ws-occupied-fg = ${colors.teal}
+ws-occupied-fg = ${colors.module-color-1}
ws-occupied-bg = ${colors.background}
ws-empty-fg = ${colors.foreground-dull}
@@ -73,3 +72,6 @@ batt-discharging-fg = ${colors.foreground-alt}
batt-full-bg = ${colors.module-bg}
batt-full-fg = ${colors.module-color-0}
+
+backlight-bg = ${colors.module-color-0}
+backlight-fg = ${colors.foreground}