aboutsummaryrefslogtreecommitdiff
path: root/i3/bin/setbg-backup
diff options
context:
space:
mode:
authorCamil Staps2018-05-05 16:14:32 +0200
committerCamil Staps2018-05-05 16:14:32 +0200
commitb5a11e47e3a914625fdc3b4b48be097496401312 (patch)
tree44158a1853cb37ea1d8fe19f49db449c011c444d /i3/bin/setbg-backup
parentAdd tagfiles to global gitignore (diff)
Use dedicated wallpaper directory
Diffstat (limited to 'i3/bin/setbg-backup')
-rwxr-xr-xi3/bin/setbg-backup2
1 files changed, 1 insertions, 1 deletions
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