From 80c0f7c22ea85f6e1697d2048e2017643ff978e2 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 4 Apr 2023 16:45:23 +0200 Subject: [PATCH] Add slock to powermenu --- scripts/powermenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/powermenu.sh b/scripts/powermenu.sh index ecb17f1..38c3dcf 100755 --- a/scripts/powermenu.sh +++ b/scripts/powermenu.sh @@ -22,7 +22,7 @@ choice=$(echo -e "$options" | rofi -dmenu -i -no-show-icons -lines 4 -width 30 - case $choice in $option1) - mantablockscreen -cc ;; + slock ;; $option2) qtile cmd-obj -o cmd -f shutdown ;; $option3)