Makes background script use hsetroot
This commit is contained in:
parent
58fe21a0c0
commit
3ce150f385
1 changed files with 5 additions and 1 deletions
|
@ -16,6 +16,10 @@ if [ -n "$WAYLAND_DISPLAY" ]; then
|
|||
sleep 60
|
||||
done
|
||||
else
|
||||
/usr/bin/feh --bg-fill "$background"
|
||||
if [ -f /usr/bin/feh ]; then
|
||||
/usr/bin/feh --bg-fill "$background"
|
||||
else
|
||||
/usr/bin/hsetroot -fill "$background"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue