mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-22 08:05:07 +03:00
Change update intervals
This commit is contained in:
parent
fc05ae75b1
commit
404599f71a
1 changed files with 5 additions and 2 deletions
|
@ -25,9 +25,11 @@
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "CPU: {usage}%",
|
"format": "CPU: {usage}%",
|
||||||
|
"interval": 1
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "RAM: {}%"
|
"format": "RAM: {}%",
|
||||||
|
"interval": 1
|
||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
"format": "{temperatureC}°C",
|
"format": "{temperatureC}°C",
|
||||||
|
@ -36,6 +38,7 @@
|
||||||
"format": "Bat: {capacity}%",
|
"format": "Bat: {capacity}%",
|
||||||
"format-charging": "Bat: {capacity}% (charging)",
|
"format-charging": "Bat: {capacity}% (charging)",
|
||||||
"format-plugged": "Bat: {capacity}% (plugged)",
|
"format-plugged": "Bat: {capacity}% (plugged)",
|
||||||
|
"interval": 10
|
||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"format": "Network via {ifname}",
|
"format": "Network via {ifname}",
|
||||||
|
|
Loading…
Reference in a new issue