diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-03 17:45:46 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-03 17:45:46 +0530 |
| commit | 5389f75cb8d9ede6805e5e27bbfb7b7b5b2baa95 (patch) | |
| tree | 62fc703953010667db58eebb332fbe6208c39960 /hypr/wall.sh | |
| parent | bfb88193d8cad15829f625f03fe34bcbd479b2b2 (diff) | |
chore: it's been a while since i updated a lot of things
Diffstat (limited to 'hypr/wall.sh')
| -rwxr-xr-x | hypr/wall.sh | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/hypr/wall.sh b/hypr/wall.sh index a472469..b99a60a 100755 --- a/hypr/wall.sh +++ b/hypr/wall.sh @@ -1,11 +1,3 @@ #!/usr/bin/env bash -swaybg -i ~/Pictures/nurberg/wallpaperbetter.jpg -m fill - -# while true; do -# wall=$(find "$HOME/Pictures/Wallpapers" -type f | shuf -n 1) -# swaybg -i "$wall" -m fill & -# pid=$! -# sleep 600 -# kill $pid -# done +swaybg -i ~/Pictures/space.jpg -m fill |
