fix: waybar charging module background colors
This commit is contained in:
parent
cac7f5c94c
commit
3220e89a34
1 changed files with 6 additions and 7 deletions
|
|
@ -289,12 +289,12 @@
|
||||||
style = ''
|
style = ''
|
||||||
@keyframes blink-warning {
|
@keyframes blink-warning {
|
||||||
70% {
|
70% {
|
||||||
color: @light;
|
color: @light;
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
color: @light;
|
color: @light;
|
||||||
background-color: @warning;
|
background-color: @warning;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -304,8 +304,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
color: @light;
|
color: @light;
|
||||||
background-color: @critical;
|
background-color: @critical;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -441,8 +441,7 @@
|
||||||
#cpu.warning,
|
#cpu.warning,
|
||||||
#temperature.warning,
|
#temperature.warning,
|
||||||
#battery.warning {
|
#battery.warning {
|
||||||
background: @warning;
|
color: @warning;
|
||||||
color: @nord_dark_font;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Each warning that should blink */
|
/* Each warning that should blink */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue