From 467875c81ad53204a0dc1e11cd38e60b71360ace Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Sun, 5 Jan 2025 17:35:03 -0800 Subject: [PATCH] remove broken animation --- home/modules/desktop/environments/hyprland.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/home/modules/desktop/environments/hyprland.nix b/home/modules/desktop/environments/hyprland.nix index 65586db..8ad5660 100644 --- a/home/modules/desktop/environments/hyprland.nix +++ b/home/modules/desktop/environments/hyprland.nix @@ -260,8 +260,6 @@ border-bottom-style: solid; border-color: red; border-width: 3px; - - animation: blinker 1s step-start infinite; } #workspaces button:nth-child(1) { @@ -287,12 +285,6 @@ #battery.critical { color: #f38ba8; } - - @keyframes blinker { - 50% { - opacity: 0; - } - } ''; };