3 lines
141 B
Bash
3 lines
141 B
Bash
|
#!/bin/bash
|
||
|
if [[ -d ~/.i3/wallOM ]];then feh --bg-scale "`shuf -n1 -e ~/.i3/wallOM/*`";else feh --bg-scale "`shuf -n1 -e ~/.i3/wall/*`";fi;
|