Update waybar a bit
This commit is contained in:
parent
aced90f23b
commit
c895e17283
@ -18,13 +18,13 @@
|
|||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"states": {
|
"states": {
|
||||||
// "good": 95,
|
"good": 100,
|
||||||
"warning": 30,
|
"warning": 30,
|
||||||
"critical": 15
|
"critical": 15
|
||||||
},
|
},
|
||||||
"format": "{icon}",
|
"format": "{icon} {capacity}%",
|
||||||
"format-charging": "{icon}",
|
"format-charging": "{icon} {capacity}%",
|
||||||
"format-plugged": "{icon}",
|
"format-plugged": "{icon} {capacity}%",
|
||||||
"format-icons": ["", "", "", "", ""]
|
"format-icons": ["", "", "", "", ""]
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
|
@ -43,15 +43,17 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
#battery {
|
#battery {
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
color: #b8bb26;
|
color: #b8bb26;
|
||||||
}
|
}
|
||||||
|
#battery.good {
|
||||||
|
color: #b8bb26;
|
||||||
|
}
|
||||||
#battery.warning {
|
#battery.warning {
|
||||||
color: #fabd2f;
|
color: #fabd2f;
|
||||||
}
|
}
|
||||||
#battery.criticcal {
|
#battery.critical {
|
||||||
color: #fb4934;
|
color: #fb4934;
|
||||||
}
|
}
|
||||||
#clock {
|
#clock {
|
||||||
|
Loading…
Reference in New Issue
Block a user