diff --git a/db_background.sh b/db_background.sh new file mode 100755 index 0000000..e23af2c --- /dev/null +++ b/db_background.sh @@ -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