Change the background (multiple monitors) - needs a source dir (:

This commit is contained in:
Howland Owl 2016-07-12 15:21:57 +03:00
parent 6de093640f
commit d2879d607c

6
db_background.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/zsh
while true; do
# feh --bg-scale -z --no-xinerama ~/DB-triple-7680x1600
feh --bg-fill -z --no-xinerama ~/DB-triple-7680x1600
sleep 1h
done