index
:
dotfiles
main
My configuration files.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
i3
/
bin
/
setbg-backup
blob: f31de8ea25093ea6d5f47f72a07031bcd5e66a3c (
plain
) (
blame
)
1
2
3
4
#!/bin/bash
feh
--bg-fill
"
$(
ls
-1
~/.bg.*.
{
jpg,png
}
|
sort
-R
|
head
-1
)
"
exit
1