From 3220e89a34bc1f958d7247d6e46e722527519902 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 6 Nov 2024 12:28:50 +0100 Subject: [PATCH] fix: waybar charging module background colors --- modules/home-manager/waybar.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix index abbed14..d0e8a8a 100644 --- a/modules/home-manager/waybar.nix +++ b/modules/home-manager/waybar.nix @@ -289,12 +289,12 @@ style = '' @keyframes blink-warning { 70% { - color: @light; + color: @light; } to { - color: @light; - background-color: @warning; + color: @light; + background-color: @warning; } } @@ -304,8 +304,8 @@ } to { - color: @light; - background-color: @critical; + color: @light; + background-color: @critical; } } @@ -441,8 +441,7 @@ #cpu.warning, #temperature.warning, #battery.warning { - background: @warning; - color: @nord_dark_font; + color: @warning; } /* Each warning that should blink */