fix silly if statement syntax error.

This commit is contained in:
GavinL2001 2024-02-04 19:21:54 -06:00
parent 585f03f390
commit 381f0e87cb

View File

@ -215,7 +215,7 @@ fi
if [ "$wallpaper" == "1" ]; then if [ "$wallpaper" == "1" ]; then
execute_script "swaybg.sh" execute_script "swaybg.sh"
elif [ "$wallpaper" == "2" ] elif [ "$wallpaper" == "2" ]; then
execute_script "swww.sh" execute_script "swww.sh"
fi fi