diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-01 21:22:57 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-01 21:22:57 +0900 |
| commit | e02b2b39e757233eddd6c4ef127c4c9a01d9ab9a (patch) | |
| tree | 11bbc5cf53e986077f80f00398e5acb38d4451cb /config/swaylock | |
| parent | 5004a2b8cf65e524d5d9b3b4fe8f1dce95554696 (diff) | |
updated swaylock config
Diffstat (limited to 'config/swaylock')
| -rw-r--r-- | config/swaylock/config | 17 |
1 files changed, 11 insertions, 6 deletions
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 |
