This commit is contained in:
Thomas Forgione 2025-04-13 21:07:23 +02:00
parent 7041c2abd8
commit 1348a068f8

View File

@ -135,11 +135,11 @@
"spacing": 5 "spacing": 5
}, },
"custom/cpu": { "custom/cpu": {
"exec": "~/.config/dotfiles/hypr/cpu.sh", "exec": "~/.config/dotfiles/hypr/hyprscript cpustat",
"restart-interval": 2 "restart-interval": 2
}, },
"custom/mem": { "custom/mem": {
"exec": "~/.config/dotfiles/hypr/mem.sh", "exec": "~/.config/dotfiles/hypr/hyprscript memstat",
"restart-interval": 2 "restart-interval": 2
} }
} }