From 80b4360ae50eafbca3a173c1a483c4ff13e4b63c Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Mon, 9 Jun 2025 19:44:35 +0300 Subject: [PATCH] refactor: disabled green blinking on charging because it was annoying --- waybar/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/waybar/style.css b/waybar/style.css index 2bfa5ce..85f15cc 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -204,13 +204,15 @@ button:hover { #battery.plugged:not(.charging) { background-color: transparent; - animation: blink-aight 1s infinite; + /* +* animation: blink-aight 1s infinite; animation-name: blink-aight; - animation-duration: 5s; + animation-duration: 35s; animation-timing-function: steps(128); animation-iteration-count: infinite; animation-direction: alternate; + */ } #power-profiles-daemon {