mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 18:20:13 +01:00
fix silly if statement syntax error.
This commit is contained in:
parent
585f03f390
commit
381f0e87cb
@ -215,7 +215,7 @@ fi
|
||||
|
||||
if [ "$wallpaper" == "1" ]; then
|
||||
execute_script "swaybg.sh"
|
||||
elif [ "$wallpaper" == "2" ]
|
||||
elif [ "$wallpaper" == "2" ]; then
|
||||
execute_script "swww.sh"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user