aggregate
This commit is contained in:
parent
ece649606e
commit
8e99534112
19 changed files with 128 additions and 194 deletions
|
|
@ -73,18 +73,18 @@
|
|||
"on-click": "",
|
||||
},
|
||||
"cpu": {
|
||||
"format": " {usage}%",
|
||||
"format": " {usage}%",
|
||||
"tooltip": true,
|
||||
},
|
||||
"memory": {
|
||||
"format": "{}% ",
|
||||
"format": " {}%",
|
||||
},
|
||||
"temperature": {
|
||||
// "thermal-zone": 2,
|
||||
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||
"critical-threshold": 80,
|
||||
// "format-critical": "{temperatureC}°C {icon}",
|
||||
"format": "{icon} {temperatureC}°C",
|
||||
"format": "{icon} {temperatureC}°C",
|
||||
"format-icons": ["", "", ""],
|
||||
},
|
||||
"wireplumber": {
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
"network": {
|
||||
// "interface": "wlp2*", // (Optional) To force the use of this interface
|
||||
"tooltip-format": "{essid}",
|
||||
"format-wifi": " {signalStrength}%",
|
||||
"format-wifi": " {signalStrength}%",
|
||||
"format-ethernet": "",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue