diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-22 15:55:57 +0900 |
| commit | c222e1bad2ba5e779c3af5b956906c82ead43271 (patch) | |
| tree | a5253e0861c200ff90354169e1f67ef42ebf0ef9 /config/swaylock | |
| parent | bb0be21dba7980fc1c047eaba24eda1712bd7f31 (diff) | |
Initial upload
Diffstat (limited to 'config/swaylock')
| -rw-r--r-- | config/swaylock/config | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/config/swaylock/config b/config/swaylock/config new file mode 100644 index 00000000..fd13da96 --- /dev/null +++ b/config/swaylock/config @@ -0,0 +1,44 @@ +daemonize +show-failed-attempts +clock +screenshot +effect-blur=9x5 +effect-vignette=0.5:0.5 +color=1f1d2e80 +font="Inter" +indicator +indicator-radius=200 +indicator-thickness=20 +line-color=1f1d2e +ring-color=191724 +inside-color=1f1d2e +key-hl-color=eb6f92 +separator-color=00000000 +text-color=e0def4 +text-caps-lock-color="" +line-ver-color=eb6f92 +ring-ver-color=eb6f92 +inside-ver-color=1f1d2e +text-ver-color=e0def4 +ring-wrong-color=31748f +text-wrong-color=31748f +inside-wrong-color=1f1d2e +inside-clear-color=1f1d2e +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 + +# AM/PM formats (American Format) +#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 |
