chore(waybar): add onclick handler on cpu module

This commit is contained in:
2025-08-05 08:20:05 +02:00
parent 23ac865092
commit 3a8c43cfc5

View File

@@ -192,7 +192,8 @@
}, },
"cpu": { "cpu": {
"interval": 1, "interval": 1,
"format": "{}% " "format": "{}% ",
"on-click": "alacritty -e btop"
}, },
"memory": { "memory": {
"interval": 3, "interval": 3,