2017-09-16 00:46:31 +03:00
|
|
|
#!/bin/sh
|
|
|
|
|
DB=$(find ~/ -name DB-triple-7680x1600 2>>/dev/null);
|
|
|
|
|
echo $DB
|
|
|
|
|
echo ------
|
2016-07-12 15:21:57 +03:00
|
|
|
while true; do
|
|
|
|
|
# feh --bg-scale -z --no-xinerama ~/DB-triple-7680x1600
|
2017-09-16 00:46:31 +03:00
|
|
|
feh --bg-fill -z --no-xinerama $DB
|
2016-07-12 15:21:57 +03:00
|
|
|
sleep 1h
|
|
|
|
|
done
|