Run btop++ when clicking on CPU and Memory modules

This commit is contained in:
Aleksey Samoilov 2023-05-23 22:58:24 +04:00
parent a268065ce8
commit a7f0954ca7

View file

@ -145,7 +145,7 @@
"warning": 70,
"critical": 90
},
"on-click": "swaymsg exec \\$term_float htop"
"on-click": "swaymsg exec \\$term_float btop"
},
"memory": {
@ -155,7 +155,7 @@
"warning": 70,
"critical": 90
},
"on-click": "swaymsg exec \\$term_float htop"
"on-click": "swaymsg exec \\$term_float btop"
},