diff options
Diffstat (limited to 'home-config/hypr/wallpaper.sh')
| -rwxr-xr-x | home-config/hypr/wallpaper.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/home-config/hypr/wallpaper.sh b/home-config/hypr/wallpaper.sh deleted file mode 100755 index c6266fc..0000000 --- a/home-config/hypr/wallpaper.sh +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | sleep 2 | ||
| 4 | |||
| 5 | # Get currently loaded image | ||
| 6 | IMG=`cat /tmp/$USER-desktop-anim | tail -n1` | ||
| 7 | |||
| 8 | # Load it for the monitors | ||
| 9 | swww img $IMG -o $1 | ||
