diff options
Diffstat (limited to '.local/bin/power.sh')
-rwxr-xr-x | .local/bin/power.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/power.sh b/.local/bin/power.sh index 4a5de69..f794211 100755 --- a/.local/bin/power.sh +++ b/.local/bin/power.sh | |||
@@ -16,7 +16,7 @@ chosen=$(echo -e "lock\nshutdown\nrestart" | rofi -dmenu -i) | |||
16 | # https://www.freedesktop.org/software/systemd/man/systemd-sleep.conf.html#Description | 16 | # https://www.freedesktop.org/software/systemd/man/systemd-sleep.conf.html#Description |
17 | 17 | ||
18 | if [[ $chosen = "lock" ]]; then | 18 | if [[ $chosen = "lock" ]]; then |
19 | i3lock | 19 | $HOME/.local/bin/lock |
20 | elif [[ $chosen = "shutdown" ]]; then | 20 | elif [[ $chosen = "shutdown" ]]; then |
21 | systemctl poweroff | 21 | systemctl poweroff |
22 | elif [[ $chosen = "restart" ]]; then | 22 | elif [[ $chosen = "restart" ]]; then |