run ~/.fehbg if found

This commit is contained in:
2022-03-02 00:07:12 +01:00
parent 069e1e3e85
commit 4827a11e64
2 changed files with 10 additions and 3 deletions

View File

@ -14,7 +14,9 @@ else
fi
# Background color
xsetroot -solid "$BGCOLOR"
if [ ! -x ~/.fehbg ]; then
xsetroot -solid "$BGCOLOR"
fi
# Alacritty
if [ -f ~/.config/alacritty/alacritty.yml ]; then