From e02b2b39e757233eddd6c4ef127c4c9a01d9ab9a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 21:22:57 +0900 Subject: updated swaylock config --- config/swaylock/config | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'config/swaylock') diff --git a/config/swaylock/config b/config/swaylock/config index 985bd1a9..804a1f77 100644 --- a/config/swaylock/config +++ b/config/swaylock/config @@ -1,30 +1,35 @@ ## Swaylock-effects config -ignore-empty-password +daemonize + font="Fira Sans Semibold" # clock choose between AM/PM or 24H clock # AM/PM formats (American Format) -#datestr=%a, %B %e -#timestr=%I:%M %p +# datestr=%a, %B %e +# timestr=%I:%M %p #24 HRS clock format and standard Europe Date Format timestr=%H:%M:%S datestr=%d %B, %a # Add current display as background -# screenshots +#screenshots # Add an image as a background. You need to disable screenshots above image=$HOME/.config/rofi/.current_wallpaper # Effect for background # NOTE: if you choose image as wallpaper, you may want to comment (#) these effects -# effect-blur=5x4 +#effect-blur=9x5 +#effect-vignette=0.5:0.5 # effect-greyscale # effect-pixelate=5 -# effect-vignette 0:1 + +show-failed-attempts +ignore-empty-password +grace=1 # Fade in time (secs) fade-in=0.5 -- cgit v1.2.3 From 7998d73b091fb294e8d380f6a5326a0829082c21 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 1 Dec 2023 23:52:00 +0900 Subject: updated swaylock configs --- config/swaylock/config | 66 +++++++++++++++++++------------------------------- 1 file changed, 25 insertions(+), 41 deletions(-) (limited to 'config/swaylock') diff --git a/config/swaylock/config b/config/swaylock/config index 804a1f77..03f5f819 100644 --- a/config/swaylock/config +++ b/config/swaylock/config @@ -1,14 +1,10 @@ -## Swaylock-effects config - daemonize - -font="Fira Sans Semibold" - -# clock choose between AM/PM or 24H +show-failed-attempts clock + # AM/PM formats (American Format) -# datestr=%a, %B %e -# timestr=%I:%M %p +#datestr=%a, %B %e +#timestr=%I:%M %p #24 HRS clock format and standard Europe Date Format timestr=%H:%M:%S @@ -22,52 +18,40 @@ image=$HOME/.config/rofi/.current_wallpaper # Effect for background # NOTE: if you choose image as wallpaper, you may want to comment (#) these effects -#effect-blur=9x5 -#effect-vignette=0.5:0.5 -# effect-greyscale +# effect-blur=9x5 +# effect-vignette=0.5:0.5 +effect-greyscale # effect-pixelate=5 -show-failed-attempts -ignore-empty-password -grace=1 - -# Fade in time (secs) -fade-in=0.5 - -# Show/Hide indicator circle +color=1f1d2e80 +font="Inter" indicator - -# indicator (higher number means bigger clock) indicator-radius=200 - indicator-thickness=20 -indicator-caps-lock - -# colors -bs-hl-color=31748f -inside-color=323232 +line-color=1f1d2e +ring-color=191724 +inside-color=1f1d2e key-hl-color=eb6f92 -line-color=4f4f4f -ring-color=4f4f4f separator-color=00000000 text-color=e0def4 - -inside-ver-color=1f1d2e +text-caps-lock-color="" line-ver-color=eb6f92 ring-ver-color=eb6f92 +inside-ver-color=1f1d2e text-ver-color=e0def4 - -inside-wrong-color=1f1d2e -line-wrong-color=1f1d2e ring-wrong-color=31748f text-wrong-color=31748f - +inside-wrong-color=1f1d2e inside-clear-color=1f1d2e -line-clear-color=1f1d2e -ring-clear-color=9ccfd8 text-clear-color=e0def4 +ring-clear-color=9ccfd8 +line-clear-color=1f1d2e +line-wrong-color=1f1d2e +bs-hl-color=31748f +grace=1 +grace-no-mouse +grace-no-touch +fade-in=0.2 +ignore-empty-password + -caps-lock-bs-hl-color=ffffff -caps-lock-key-hl-color=ffffff -text-caps-lock-color=ffffff -#disable-caps-lock-text -- cgit v1.2.3