mahbinstuff/db_background.sh

6 lines
154 B
Bash
Executable file

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