From 67c97f6f9edd8e210c9cf1c89c21c4abc581ec9f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 28 Dec 2023 10:40:20 +0100 Subject: rm blink in waybar, fix brightnessctl --- waybar/style.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'waybar') diff --git a/waybar/style.css b/waybar/style.css index 8e675a0..29120bc 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -131,11 +131,6 @@ button:hover { #battery.critical:not(.charging) { background-color: #f53c3c; color: #ffffff; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; } label:focus { -- cgit v1.2.3