Add imlibsetroot setter to awsetbg script.
Signed-off-by: Enric Morales <spam@enric.me> Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
a1941efc9c
commit
38d97bd070
|
@ -53,7 +53,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The wallpapersetter is selected in this order
|
# The wallpapersetter is selected in this order
|
||||||
wpsetters="${wpsetters:=Esetroot habak feh hsetroot chbg fvwm-root display qiv xv xsri xli xsetbg wmsetbg xsetroot}" # broken icewmbg'
|
wpsetters="${wpsetters:=Esetroot habak feh hsetroot chbg fvwm-root imlibsetroot display qiv xv xsri xli xsetbg wmsetbg xsetroot}" # broken icewmbg'
|
||||||
lastwallpaper="${CONFIG_DIR}/lastwallpaper"
|
lastwallpaper="${CONFIG_DIR}/lastwallpaper"
|
||||||
|
|
||||||
|
|
||||||
|
@ -473,6 +473,12 @@ errormessages with aterm. Don't use it unless you have to."
|
||||||
a solid background. If you want to have a background image you should install Esetroot or feh."
|
a solid background. If you want to have a background image you should install Esetroot or feh."
|
||||||
wallpaper='#535d6c'
|
wallpaper='#535d6c'
|
||||||
;;
|
;;
|
||||||
|
imlibsetroot)
|
||||||
|
tile='-t -p c'
|
||||||
|
full='-s f'
|
||||||
|
center='-p c'
|
||||||
|
aspect='-s a'
|
||||||
|
;;
|
||||||
'')
|
'')
|
||||||
message \
|
message \
|
||||||
"I can't find an app to set the wallpaper with. You can install one in
|
"I can't find an app to set the wallpaper with. You can install one in
|
||||||
|
|
Loading…
Reference in New Issue