waybar: Switch to using alacritty on click for cpu & memory block

We missed this in commit d763cc0f.
This commit is contained in:
Sanchayan Maity 2020-11-15 20:32:38 +05:30
parent ed31ccec7a
commit 1dd213bb04
1 changed files with 2 additions and 2 deletions

View File

@ -73,11 +73,11 @@
},
"cpu": {
"format": " {load}%",
"on-click": "st -e htop"
"on-click": "alacritty -e htop"
},
"memory": {
"format": " {}%",
"on-click": "st -e htop"
"on-click": "alacritty -e htop"
},
"disk#root": {
"interval": 30,