From 0aee6013f487b00172130e374dc75bdfc0a47147 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 12 May 2024 10:05:31 +0900 Subject: feat(home/gui): waybar: make urgent workspace blink --- home/profiles/gui/config/waybar/style.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 { -- cgit 1.4.1