index
:
dotfiles
main
My configuration files.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
setbg
blob: 805cb9ec1266e6db65607038e2b3140d4b876874 (
plain
) (
blame
)
1
2
#!/bin/sh
if
[
-f
~/.bg.png
]
;
then
feh
--bg-max
-B
white
~/.bg.png
;
fi