diff --git a/modules/home/sway/waybar.css b/modules/home/sway/waybar.css index 3f83ffd..2693d7e 100644 --- a/modules/home/sway/waybar.css +++ b/modules/home/sway/waybar.css @@ -18,7 +18,8 @@ window#waybar { padding-right: 2px; color: #ffffff; } -#workspaces button:hover, #workspaces button:active { +#workspaces button:hover, +#workspaces button:active { background-color: #292828; color: #ffffff; } @@ -84,9 +85,11 @@ window#waybar { } #battery.warning { - background-color: #ffd760 + background-color: #ffd760; + color: #111111; } #battery.critical { - background-color: #ff4040 + background-color: #ff4040; + color: #111111; }