diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-03-11 23:00:28 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-03-11 23:00:28 +0530 |
commit | 0fdefd374e4a007a41c540bec0550791530a1f66 (patch) | |
tree | 781b9047ffa058fe02c8f7ea21dd8174132e64bc | |
parent | 9bc07f3ee761b9bf84a16e27fcc3b0303b98aaa2 (diff) |
changed active ws fg color
-rw-r--r-- | .config/polybar/config.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 940d4a0..c7bf565 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -34,8 +34,8 @@ module-bg = #e6100b13 xwindow-fg = #9d00ff ;xwindow-fg = #1ca09d -;ws-active-fg = #ffffff -ws-active-fg = #232627 +ws-active-fg = #ffffff +;ws-active-fg = #232627 ws-active-bg = ${colors.module-color-1} ws-active-ul = #d33682 |