From 7bb9aa88b9a0309796e18d6a7f655b155277e858 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Wed, 22 Oct 2025 16:27:33 +0200 Subject: [PATCH] update --- private_dot_config/waybar/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/private_dot_config/waybar/style.css b/private_dot_config/waybar/style.css index 747bc21..190c32a 100644 --- a/private_dot_config/waybar/style.css +++ b/private_dot_config/waybar/style.css @@ -86,7 +86,7 @@ window#waybar { } #battery.warning:not(.charging) { - background: @warning; + background: @yellow; color: @foreground; animation-name: blink; animation-duration: 1s; @@ -98,11 +98,11 @@ window#waybar { #battery.charging, #battery.plugged { color: @foreground; - background-color: @success; + background-color: @green; } #battery.critical:not(.charging) { - background-color: @critical; + background-color: @red; color: @foreground; animation-name: blink; animation-duration: 1s;