Fix syntax errors

This commit is contained in:
Ethan Lane 2024-11-28 21:39:47 +00:00
parent ecb37e9a36
commit 7507936818

View file

@ -7,12 +7,12 @@ then
i3lock-fancy -g -t "System Locked" -f Hack-Regular
systemctl sleep
elif [ "$option" = "Logout" ];
then
i3-msg exit
then
elif [ "$option" = "Shutdown" ];
then
poweroff
then
elif [ "$option" = "Restart" ];
reboot
then
reboot
fi