aboutsummaryrefslogtreecommitdiff
path: root/home/profiles/gui/config/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/gui/config/waybar')
-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 {