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
|
||||
systemctl sleep
|
||||
elif [ "$option" = "Logout" ];
|
||||
then
|
||||
i3-msg exit
|
||||
then
|
||||
elif [ "$option" = "Shutdown" ];
|
||||
then
|
||||
poweroff
|
||||
then
|
||||
elif [ "$option" = "Restart" ];
|
||||
reboot
|
||||
then
|
||||
reboot
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue