From c3d8b68f4b111f622079c6df2754709b1c629e63 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Thu, 16 May 2024 09:36:28 +0300 Subject: [PATCH] change colors --- modules/home/programs/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/programs/waybar/style.css b/modules/home/programs/waybar/style.css index fb5479a..adfd0d2 100644 --- a/modules/home/programs/waybar/style.css +++ b/modules/home/programs/waybar/style.css @@ -26,7 +26,7 @@ window#waybar { } #workspaces button.urgent { - background-color: @maroon; + background-color: @red; } #clock, @@ -93,7 +93,7 @@ window#waybar { /* Using steps() instead of linear as a timing function to limit cpu usage */ #battery.critical:not(.charging) { - background-color: @maroon; + background-color: @red; animation-name: blink; animation-duration: 0.5s; animation-timing-function: steps(12);