Add htop to system group
This commit is contained in:
parent
f810b95ff9
commit
f1284c8475
|
@ -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
|
||||
|
|
|
@ -160,7 +160,7 @@ window#waybar.empty #window {
|
|||
}
|
||||
|
||||
#custom-wallpaper {
|
||||
margin-right:22px;
|
||||
margin-right:23px;
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user