Add swaylock config
This commit is contained in:
parent
2a0ff14285
commit
86ce4da430
1 changed files with 42 additions and 0 deletions
42
stow/swaylock/.config/swaylock/config
Normal file
42
stow/swaylock/.config/swaylock/config
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
#
|
||||||
|
# .config/swaylock/config
|
||||||
|
#
|
||||||
|
|
||||||
|
indicator
|
||||||
|
indicator-radius=200
|
||||||
|
|
||||||
|
clock
|
||||||
|
datestr=%A, %B %d %Y
|
||||||
|
|
||||||
|
screenshots
|
||||||
|
effect-blur=5x5
|
||||||
|
effect-vignette=0.75:0 # Darken the whole screen.
|
||||||
|
fade-in=0.25
|
||||||
|
|
||||||
|
grace=7 # Allow to unlock without password for duration
|
||||||
|
grace-no-mouse
|
||||||
|
|
||||||
|
# Styling
|
||||||
|
|
||||||
|
font=letter extended
|
||||||
|
text-color=ffffff
|
||||||
|
text-clear-color=ffffff
|
||||||
|
text-wrong-color=eb4d4b
|
||||||
|
|
||||||
|
# Make all the other stuff invisible
|
||||||
|
key-hl-color=00000000
|
||||||
|
separator-color=00000000
|
||||||
|
ring-color=00000000
|
||||||
|
ring-clear-color=00000000
|
||||||
|
ring-ver-color=00000000
|
||||||
|
ring-wrong-color=00000000
|
||||||
|
line-color=00000000
|
||||||
|
line-clear-color=00000000
|
||||||
|
line-ver-color=00000000
|
||||||
|
line-wrong-color=00000000
|
||||||
|
inside-color=00000000
|
||||||
|
inside-clear-color=00000000
|
||||||
|
inside-ver-color=00000000
|
||||||
|
inside-wrong-color=00000000
|
||||||
|
text-ver-color=00000000
|
||||||
|
|
Loading…
Reference in a new issue