diff options
author | Camil Staps | 2018-05-05 16:14:32 +0200 |
---|---|---|
committer | Camil Staps | 2018-05-05 16:14:32 +0200 |
commit | b5a11e47e3a914625fdc3b4b48be097496401312 (patch) | |
tree | 44158a1853cb37ea1d8fe19f49db449c011c444d /i3/bin | |
parent | Add tagfiles to global gitignore (diff) |
Use dedicated wallpaper directory
Diffstat (limited to 'i3/bin')
-rwxr-xr-x | i3/bin/setbg-backup | 2 |
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 |