mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +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
|
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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user