improve text visibility on low battery colors

This commit is contained in:
Max Känner 2024-11-27 10:59:58 +01:00
parent 3f485a06e7
commit a1279896f7

View File

@ -18,7 +18,8 @@ window#waybar {
padding-right: 2px; padding-right: 2px;
color: #ffffff; color: #ffffff;
} }
#workspaces button:hover, #workspaces button:active { #workspaces button:hover,
#workspaces button:active {
background-color: #292828; background-color: #292828;
color: #ffffff; color: #ffffff;
} }
@ -84,9 +85,11 @@ window#waybar {
} }
#battery.warning { #battery.warning {
background-color: #ffd760 background-color: #ffd760;
color: #111111;
} }
#battery.critical { #battery.critical {
background-color: #ff4040 background-color: #ff4040;
color: #111111;
} }