7 lines
154 B
Bash
7 lines
154 B
Bash
|
|
#!/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
|