organize
This commit is contained in:
4
scripts/bgshuffle
Executable file
4
scripts/bgshuffle
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
while true; do
|
||||
feh --no-fehbg --bg-fill ~/.images/$(ls ~/.images | shuf -n 1)
|
||||
done
|
||||
Reference in New Issue
Block a user