From d1c93ca2d80c4645b9dac76786558623197384c4 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 18 Sep 2023 20:08:25 +0200 Subject: [PATCH] Updates --- scripts/lockscreentime.sh | 2 +- swaylock/config | 17 ++++++++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/scripts/lockscreentime.sh b/scripts/lockscreentime.sh index b109ca1..9ef3445 100755 --- a/scripts/lockscreentime.sh +++ b/scripts/lockscreentime.sh @@ -2,7 +2,7 @@ if [ -f "/usr/bin/swayidle" ]; then echo "swayidle is installed." - swayidle -w timeout 60 'swaylock -f' timeout 100 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' + swayidle -w timeout 300 'swaylock -f' timeout 360 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' else echo "swayidle not installed." fi; diff --git a/swaylock/config b/swaylock/config index e2b190d..35d010d 100644 --- a/swaylock/config +++ b/swaylock/config @@ -1,3 +1,13 @@ +# ____ _ _ +# / ___|_ ____ _ _ _| | ___ ___| | __ +# \___ \ \ /\ / / _` | | | | |/ _ \ / __| |/ / +# ___) \ V V / (_| | |_| | | (_) | (__| < +# |____/ \_/\_/ \__,_|\__, |_|\___/ \___|_|\_\ +# |___/ +# +# by Stephan Raabe (2023) +# ----------------------------------------------------- + ignore-empty-password font="Fira Sans Semibold" @@ -10,7 +20,7 @@ screenshots fade-in=1 effect-blur=20x6 -effect-greyscale +# effect-greyscale effect-scale=0.9 indicator @@ -18,7 +28,7 @@ indicator-radius=240 indicator-thickness=20 indicator-caps-lock -key-hl-color=FFFFFF +key-hl-color=00000066 separator-color=00000000 @@ -28,7 +38,7 @@ inside-caps-lock-color=ffffff00 inside-ver-color=ffffff00 inside-wrong-color=ffffff00 -ring-color=000000 +ring-color=ffffff ring-clear-color=ffffff ring-caps-lock-color=ffffff ring-ver-color=ffffff @@ -40,6 +50,7 @@ line-caps-lock-color=ffffffFF line-ver-color=ffffffFF line-wrong-color=ffffffFF +text-color=ffffff text-clear-color=ffffff text-ver-color=ffffff text-wrong-color=ffffff