about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-12 10:05:31 +0900
committersefidel <contact@sefidel.net>2024-05-12 10:05:31 +0900
commit0aee6013f487b00172130e374dc75bdfc0a47147 (patch)
treebd3e73e418dbcb978e24c4123b4f56736dec5cdf
parent79c13997f58085b7c81aad1f8e6dce6f148f8d14 (diff)
downloadnixrc-0aee6013f487b00172130e374dc75bdfc0a47147.tar.gz
nixrc-0aee6013f487b00172130e374dc75bdfc0a47147.zip
feat(home/gui): waybar: make urgent workspace blink
-rw-r--r--home/profiles/gui/config/waybar/style.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home/profiles/gui/config/waybar/style.nix b/home/profiles/gui/config/waybar/style.nix
index 0c807c2..25047ae 100644
--- a/home/profiles/gui/config/waybar/style.nix
+++ b/home/profiles/gui/config/waybar/style.nix
@@ -35,6 +35,11 @@ in
 
   #workspaces button.urgent {
     color: #${color1};
+    animation-name: blink;
+    animation-duration: 0.5s;
+    animation-timing-function: steps(12);
+    animation-iteration-count: infinite;
+    animation-direction: alternate;
   }
 
   #workspaces button.persistent {