about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-03-10 16:00:11 +0900
committersefidel <contact@sefidel.net>2023-03-10 16:00:11 +0900
commite36d2db79f9bd82f96ac0515eb86793ff3f753c1 (patch)
treea5da3bba03cc8ab06d2431d5f23cbe829858725a
parent06e06a080bb0990db09b70d8337a206800f7ad18 (diff)
downloadnixrc-e36d2db79f9bd82f96ac0515eb86793ff3f753c1.tar.gz
nixrc-e36d2db79f9bd82f96ac0515eb86793ff3f753c1.zip
feat(home/base): waybar: hardcode idle_inhibitor colour
-rw-r--r--home/profiles/base/config/waybar/settings.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/config/waybar/settings.nix b/home/profiles/base/config/waybar/settings.nix
index 70ae97e..86e865a 100644
--- a/home/profiles/base/config/waybar/settings.nix
+++ b/home/profiles/base/config/waybar/settings.nix
@@ -53,7 +53,7 @@ with neotheme.colors;
   };
 
   "idle_inhibitor" = {
-    format = "<span foreground='#${color6}'>CAFFEINE</span> {status}";
+    format = "<span foreground='#a89984'>CAFFEINE</span> {status}";
   };
 
   "custom/separator" = {