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: d70f7f4d20e35b5224b1373a2d4a66f71aaacb2a (
plain
) (
blame
)
1
2
3
#!/bin/bash
feh
--bg-fill
"
$(
ls
-1
~/.bg.*.
{
jpg,png
}
|
sort
-R
|
head
-1
)
"