Add scripts

This commit is contained in:
Thraix
2026-07-15 17:24:10 +02:00
parent 8e28f60c91
commit b6e779c324
9 changed files with 245 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
for s in $(hyprctl monitors | grep Monitor | awk -F ' ' '{print $2}'); do
hyprctl hyprpaper wallpaper "$s,$1"
echo "$s,$1"
done