add backlight
This commit is contained in:
parent
304a1d6df0
commit
4d79dbd71d
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"clock",
|
"clock",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
|
"backlight",
|
||||||
"memory",
|
"memory",
|
||||||
"cpu",
|
"cpu",
|
||||||
"battery",
|
"battery",
|
||||||
|
@ -60,6 +61,11 @@
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"format": "CPU {usage:2}%"
|
"format": "CPU {usage:2}%"
|
||||||
},
|
},
|
||||||
|
"backlight": {
|
||||||
|
"device": "intel_backlight",
|
||||||
|
"format": "{percent}% {icon}",
|
||||||
|
"format-icons": ["", ""]
|
||||||
|
}
|
||||||
"battery": {
|
"battery": {
|
||||||
"states": {
|
"states": {
|
||||||
"good": 95,
|
"good": 95,
|
||||||
|
|
Loading…
Reference in a new issue