From bffd96138125454c39dfce391c2ec7f36946de8a Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sun, 8 May 2022 20:03:16 -0500 Subject: Tweaks --- sway/sway_autolock | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sway/sway_autolock') diff --git a/sway/sway_autolock b/sway/sway_autolock index 9168249..307bc0d 100755 --- a/sway/sway_autolock +++ b/sway/sway_autolock @@ -2,11 +2,9 @@ pid="$(pgrep swayidle)" if [ -z "$pid" ]; then - swayidle -w timeout 300 'swaylock -f -c 000000' \ - timeout 300 'swaymsg "output * dpms off"' \ - resume 'swaymsg "output * dpms on"' & - notify-send --app-name "Autolock" "Enabled" + swayidle -w timeout 300 lock & + notify-send -t 3000 --app-name "Autolock" "Enabled" else kill -9 "$pid" - notify-send --app-name "Autolock" "DISABLED" + notify-send -t 3000 --app-name "Autolock" "DISABLED" fi -- cgit v1.2.3