diff options
author | Camil Staps | 2018-05-05 16:17:31 +0200 |
---|---|---|
committer | Camil Staps | 2018-05-05 16:17:31 +0200 |
commit | d67da45429d316df1979c087d97a40e1da344ca4 (patch) | |
tree | 411ee9717212b796bdc816945a16d63e0b37c5df /i3/bin/setbg-photo | |
parent | Use photograph wallpaper by default (diff) |
Use wallpapers from dropbox
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 |