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
|
sleep 60
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
|
if [ -f /usr/bin/feh ]; then
|
||||||
/usr/bin/feh --bg-fill "$background"
|
/usr/bin/feh --bg-fill "$background"
|
||||||
|
else
|
||||||
|
/usr/bin/hsetroot -fill "$background"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue