diff options
author | Camil Staps | 2017-12-15 14:43:37 +0100 |
---|---|---|
committer | Camil Staps | 2017-12-15 14:43:37 +0100 |
commit | d7ac1726781db42393676974e0dbf002998112f4 (patch) | |
tree | 654bc2acbe3a0093c90d2c6a6378055bf90ce556 /i3/bin/setbg-backup | |
parent | Include .gitignore in stow (diff) |
Add setbg-backup with support for randomising a background image
Diffstat (limited to 'i3/bin/setbg-backup')
-rwxr-xr-x | i3/bin/setbg-backup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i3/bin/setbg-backup b/i3/bin/setbg-backup new file mode 100755 index 0000000..d70f7f4 --- /dev/null +++ b/i3/bin/setbg-backup @@ -0,0 +1,3 @@ +#!/bin/bash + +feh --bg-fill "$(ls -1 ~/.bg.*.{jpg,png} | sort -R | head -1)" |