Hyprscript in python

This commit is contained in:
2025-04-14 22:37:43 +02:00
parent 44b91c735b
commit f058d240bd
4 changed files with 185 additions and 113 deletions
+2 -2
View File
@@ -136,11 +136,11 @@
"spacing": 5
},
"custom/cpu": {
"exec": "~/.config/dotfiles/hypr/hyprscript cpustat",
"exec": "head -n 1 ~/.config/dotfiles/hypr/.stat.txt",
"restart-interval": 2
},
"custom/mem": {
"exec": "~/.config/dotfiles/hypr/hyprscript memstat",
"exec": "tail -n 1 ~/.config/dotfiles/hypr/.stat.txt",
"restart-interval": 2
}
}