Fix syntax errors
This commit is contained in:
parent
ecb37e9a36
commit
7507936818
1 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,12 @@ then
|
||||||
i3lock-fancy -g -t "System Locked" -f Hack-Regular
|
i3lock-fancy -g -t "System Locked" -f Hack-Regular
|
||||||
systemctl sleep
|
systemctl sleep
|
||||||
elif [ "$option" = "Logout" ];
|
elif [ "$option" = "Logout" ];
|
||||||
|
then
|
||||||
i3-msg exit
|
i3-msg exit
|
||||||
then
|
|
||||||
elif [ "$option" = "Shutdown" ];
|
elif [ "$option" = "Shutdown" ];
|
||||||
|
then
|
||||||
poweroff
|
poweroff
|
||||||
then
|
|
||||||
elif [ "$option" = "Restart" ];
|
elif [ "$option" = "Restart" ];
|
||||||
reboot
|
|
||||||
then
|
then
|
||||||
|
reboot
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue