feat: improved config

This commit is contained in:
moonleay 2024-06-12 03:34:17 +02:00
parent fbb41f5c61
commit b979eb98bf
Signed by: moonleay
GPG key ID: 82667543CCD715FB
8 changed files with 26 additions and 16 deletions

View file

@ -34,10 +34,10 @@
"format": "{:%I:%M %p}",
},
"cpu": {
"format": " {usage}%",
"format": " {usage}%",
},
"memory": {
"format": " {}%"
"format": " {}%"
},
"temperature": {
"thermal-zone": 2,
@ -50,7 +50,7 @@
"backlight": {
// "device": "acpi_video1",
"format": "{icon} {percent}%",
"format-icons": ["", "", "", "", "", "", "", "", ""]
"format-icons": [" ", " ", " ", " ", " ", " ", " ", " ", " "]
},
"battery": {
"states": {
@ -90,7 +90,7 @@
// "phone": "",
// "portable": "",
// "car": "",
"default": ["", "", " "]
"default": [" ", " ", " "]
},
"on-click": "pavucontrol"
},