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": [
|
||||
"clock",
|
||||
"pulseaudio",
|
||||
"backlight",
|
||||
"memory",
|
||||
"cpu",
|
||||
"battery",
|
||||
|
@ -60,6 +61,11 @@
|
|||
"interval": 5,
|
||||
"format": "CPU {usage:2}%"
|
||||
},
|
||||
"backlight": {
|
||||
"device": "intel_backlight",
|
||||
"format": "{percent}% {icon}",
|
||||
"format-icons": ["", ""]
|
||||
}
|
||||
"battery": {
|
||||
"states": {
|
||||
"good": 95,
|
||||
|
|
Loading…
Reference in a new issue