add backlight

This commit is contained in:
Sakooooo 2023-08-31 08:33:36 +04:00
parent 304a1d6df0
commit 4d79dbd71d
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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,