From 75079368181ae0b246fb53738aa47b8f3926793c Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Thu, 28 Nov 2024 21:39:47 +0000 Subject: [PATCH] Fix syntax errors --- config/home/scripts/system/power.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/home/scripts/system/power.sh b/config/home/scripts/system/power.sh index d32c02b..54278b0 100644 --- a/config/home/scripts/system/power.sh +++ b/config/home/scripts/system/power.sh @@ -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