Skip to content

Commit 3a09e56

Browse files
authored
Update back4.sh
add hsetroot method
1 parent 0237f14 commit 3a09e56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

back4.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ select1='feh --bg-fill'
33
select2='xwallpaper --zoom'
44
select3='xloadimage -onroot -fullscreen'
55
select4='xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/workspace0/last-image -s'
6+
select5='hsetroot -full'
7+
68
prog=$select1
79
[ "$#" -lt "1" ] || [ "$#" -gt "2" ] && { echo -e "ERROR : args number invalid \n $0 speed /path/name.gif" ; echo "try 0.010 as speed" ; exit 1 ; }
810
dir=/tmp/back4

0 commit comments

Comments
 (0)