From d67da45429d316df1979c087d97a40e1da344ca4 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 5 May 2018 16:17:31 +0200 Subject: Use wallpapers from dropbox --- i3/bin/setbg-photo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3/bin/setbg-photo') 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 -- cgit v1.2.3