open Bottom when click on CPU/MEM

This commit is contained in:
DIvan2000 2025-03-04 23:51:02 +04:00
parent 84fdfab431
commit 3e91941b8c

8
config
View File

@ -49,10 +49,14 @@
} }
}, },
"cpu": { "cpu": {
"format": "{usage}%  " "format": "{usage}%  ",
"interval": 5,
"on-click": "hyprctl dispatch exec \"[float] foot -W 80x24 btm\""
}, },
"memory": { "memory": {
"format": "{}%  " "format": "{}%  ",
"interval": 5,
"on-click": "hyprctl dispatch exec \"[float] foot -W 80x24 btm\""
}, },
"battery": { "battery": {
"interval": 5, "interval": 5,