add scripts folder

This commit is contained in:
2025-10-03 00:34:03 +03:00
parent 455d5cbe24
commit f4b7323434

6
.scripts/wallchanger.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
while true; do
feh --bg-fill --randomize ~/Pictures/Wallpapers/*
sleep 900
done