about summary refs log tree commit diff
path: root/home/profiles/base/config/waybar/style.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-08 21:31:16 +0900
committersefidel <contact@sefidel.net>2022-03-08 21:31:16 +0900
commit345b88e5f2d038f908c68b5f525e06bebe804789 (patch)
tree333686f0861f887df86ef17e11baa19306851786 /home/profiles/base/config/waybar/style.nix
parent63cd0834b628f4dc1ba7abf502c5201a31c738d4 (diff)
downloadnixrc-345b88e5f2d038f908c68b5f525e06bebe804789.tar.gz
nixrc-345b88e5f2d038f908c68b5f525e06bebe804789.zip
feat(home/base): use accent color on active workspace
Diffstat (limited to 'home/profiles/base/config/waybar/style.nix')
-rw-r--r--home/profiles/base/config/waybar/style.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/config/waybar/style.nix b/home/profiles/base/config/waybar/style.nix
index 195fb2d..029c5f2 100644
--- a/home/profiles/base/config/waybar/style.nix
+++ b/home/profiles/base/config/waybar/style.nix
@@ -26,7 +26,7 @@ with neotheme.colors;
   }
 
   #workspaces button.focused {
-    color: #${foreground};
+    color: #${color2};
     background-color: #${alt0};
   }