improve text visibility on low battery colors
This commit is contained in:
parent
3f485a06e7
commit
a1279896f7
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user