run ~/.fehbg if found
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user