mahbinstuff/db_background.sh

7 lines
154 B
Bash
Raw Normal View History

#!/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