aboutsummaryrefslogtreecommitdiff
path: root/i3/bin
diff options
context:
space:
mode:
authorCamil Staps2018-05-05 16:17:31 +0200
committerCamil Staps2018-05-05 16:17:31 +0200
commitd67da45429d316df1979c087d97a40e1da344ca4 (patch)
tree411ee9717212b796bdc816945a16d63e0b37c5df /i3/bin
parentUse photograph wallpaper by default (diff)
Use wallpapers from dropbox
Diffstat (limited to 'i3/bin')
-rwxr-xr-xi3/bin/setbg-photo2
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