Hyprscript in python
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user