mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
update
This commit is contained in:
@@ -86,7 +86,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
background: @warning;
|
||||
background: @yellow;
|
||||
color: @foreground;
|
||||
animation-name: blink;
|
||||
animation-duration: 1s;
|
||||
@@ -98,11 +98,11 @@ window#waybar {
|
||||
#battery.charging,
|
||||
#battery.plugged {
|
||||
color: @foreground;
|
||||
background-color: @success;
|
||||
background-color: @green;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
background-color: @critical;
|
||||
background-color: @red;
|
||||
color: @foreground;
|
||||
animation-name: blink;
|
||||
animation-duration: 1s;
|
||||
|
||||
Reference in New Issue
Block a user