From b5a11e47e3a914625fdc3b4b48be097496401312 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 5 May 2018 16:14:32 +0200 Subject: Use dedicated wallpaper directory --- i3/bin/setbg-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3/bin/setbg-backup') diff --git a/i3/bin/setbg-backup b/i3/bin/setbg-backup index f31de8e..d150bc1 100755 --- a/i3/bin/setbg-backup +++ b/i3/bin/setbg-backup @@ -1,4 +1,4 @@ #!/bin/bash -feh --bg-fill "$(ls -1 ~/.bg.*.{jpg,png} | sort -R | head -1)" +feh --bg-fill ~/wallpapers/active/"$(ls -1 ~/wallpapers | sort -R | head -1)" exit 1 -- cgit v1.2.3