We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0237f14 commit 3a09e56Copy full SHA for 3a09e56
back4.sh
@@ -3,6 +3,8 @@ select1='feh --bg-fill'
3
select2='xwallpaper --zoom'
4
select3='xloadimage -onroot -fullscreen'
5
select4='xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s'
6
+select5='hsetroot -full'
7
+
8
prog=$select1
9
[ "$#" -lt "1" ] || [ "$#" -gt "2" ] && { echo -e "ERROR : args number invalid \n $0 speed /path/name.gif" ; echo "try 0.010 as speed" ; exit 1 ; }
10
dir=/tmp/back4
0 commit comments