Add htop to system group

This commit is contained in:
Stephan Raabe
2023-10-03 10:27:30 +02:00
parent f810b95ff9
commit f1284c8475
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -183,19 +183,22 @@
// CPU
"cpu": {
"format": "/ C {usage}% "
"format": "/ C {usage}% ",
"on-click": "alacritty -e htop"
},
// Memory
"memory": {
"format": "/ M {}% "
"format": "/ M {}i% ",
"on-click": "alacritty -e htop"
},
// Harddisc space used
"disk": {
"interval": 30,
"format": " {percentage_used}% ",
"path": "/"
"path": "/",
"on-click": "alacritty -e htop"
},
// Network