feat: improved config
This commit is contained in:
parent
fbb41f5c61
commit
b979eb98bf
8 changed files with 26 additions and 16 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue