diff options
Diffstat (limited to 'i3/bin/setbg-photo')
-rwxr-xr-x | i3/bin/setbg-photo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/bin/setbg-photo b/i3/bin/setbg-photo index d150bc1..71b08df 100755 --- a/i3/bin/setbg-photo +++ b/i3/bin/setbg-photo @@ -1,4 +1,4 @@ #!/bin/bash -feh --bg-fill ~/wallpapers/active/"$(ls -1 ~/wallpapers | sort -R | head -1)" +feh --bg-fill ~/Dropbox/Photos/Wallpapers/active/"$(ls -1 ~/wallpapers | sort -R | head -1)" exit 1 |