From 245eb2e76b93ec78d45c9b31a3d48cbb6fd66f3f Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 11 Nov 2024 17:09:51 +0800 Subject: [PATCH] swaylock-effects is deprecated, use the original --- .config/sway/scripts/logout.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/sway/scripts/logout.sh b/.config/sway/scripts/logout.sh index 6701466..156b1af 100755 --- a/.config/sway/scripts/logout.sh +++ b/.config/sway/scripts/logout.sh @@ -23,9 +23,9 @@ if test "$choice" = lock; then # timeout $sleep_time 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ idlepid=$! - # swaylock -e -c 282828 --inside-color 00000003 - swaylock -S --effect-blur "12x12" --effect-greyscale --effect-vignette 0.5:0.5 --inside-color 28282860 \ - -e --ring-color 00000000 --line-color 00000000 --indicator --clock --text-color ebdbb2 + swaylock -e -c 282828 --inside-color 00000003 + # swaylock -S --effect-blur "12x12" --effect-greyscale --effect-vignette 0.5:0.5 --inside-color 28282860 \ + # -e --ring-color 00000000 --line-color 00000000 --indicator --clock --text-color ebdbb2 kill $idlepid swaymsg "output * power on"