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; - } - } ''; };