sync/i3/wall.sh

4 lines
189 B
Bash
Raw Normal View History

2014-09-12 19:03:40 -04:00
#!/bin/bash
2015-02-20 17:00:42 -05:00
#if [[ -d ~/.i3/wallOM ]];then feh --bg-scale "`shuf -n1 -e ~/.i3/wallOM/*`";else feh --bg-scale "`shuf -n1 -e ~/.i3/wall/*`";fi;
feh --bg-scale "$(shuf -n1 -e ~/.i3/wallOM/*)"