about summary refs log tree commit diff
path: root/home/profiles/gui/config/waybar/style.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-09-04 01:15:08 +0900
committersefidel <contact@sefidel.net>2024-09-04 20:46:57 +0900
commitabc0aee028707ff881b04ff1a85eb0b655f15bfe (patch)
tree8dcf6a6fa411035c5fba5353f0e23b36a9cc768a /home/profiles/gui/config/waybar/style.nix
parentfb1fa5466912bb4211b4ca61be532725a79172ed (diff)
downloadnixrc-abc0aee028707ff881b04ff1a85eb0b655f15bfe.tar.gz
nixrc-abc0aee028707ff881b04ff1a85eb0b655f15bfe.zip
feat(home/gui): waybar: add scratchpad indicator
Diffstat (limited to 'home/profiles/gui/config/waybar/style.nix')
-rw-r--r--home/profiles/gui/config/waybar/style.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/profiles/gui/config/waybar/style.nix b/home/profiles/gui/config/waybar/style.nix
index ac6aad7..1f5327e 100644
--- a/home/profiles/gui/config/waybar/style.nix
+++ b/home/profiles/gui/config/waybar/style.nix
@@ -107,6 +107,10 @@ in
     padding-right: 0.2rem;
   }
 
+  #custom-scratchpad-indicator {
+    color: #f0a0c0;
+  }
+
   #custom-separator {
     color: #${alt1};
     background-color: #${background};