mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
waybar: configure battery states and fix colors
This commit is contained in:
parent
0bf0a49597
commit
27a6719e91
@ -22,7 +22,11 @@
|
||||
"format-bluetooth": "🔈 {volume}%"
|
||||
},
|
||||
"battery": {
|
||||
"format": "🔋 {capacity}%"
|
||||
"states": {
|
||||
"warning": 40,
|
||||
"critical": 20
|
||||
},
|
||||
"format": "🔋 {capacity}%",
|
||||
},
|
||||
"sway/language": {
|
||||
"format": "⌨ {short} {variant}",
|
||||
|
@ -49,7 +49,7 @@ tooltip label {
|
||||
|
||||
#battery {
|
||||
background-color: #103c48;
|
||||
color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
@ -60,7 +60,7 @@ tooltip label {
|
||||
@keyframes blink {
|
||||
to {
|
||||
background-color: #103c48;
|
||||
color: black;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user