bourneify and find the directory
This commit is contained in:
parent
242c0a2049
commit
df96d0e066
1 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
#!/bin/zsh
|
||||
#!/bin/sh
|
||||
DB=$(find ~/ -name DB-triple-7680x1600 2>>/dev/null);
|
||||
echo $DB
|
||||
echo ------
|
||||
while true; do
|
||||
# feh --bg-scale -z --no-xinerama ~/DB-triple-7680x1600
|
||||
feh --bg-fill -z --no-xinerama ~/DB-triple-7680x1600
|
||||
feh --bg-fill -z --no-xinerama $DB
|
||||
sleep 1h
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue