Updated screenlock
This commit is contained in:
parent
55c9d0aac3
commit
7b4c752e2c
2 changed files with 42 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
||||||
#
|
|
||||||
# .config/swaylock/config
|
|
||||||
#
|
|
||||||
# Personal config for swaylock
|
|
||||||
|
|
||||||
indicator
|
|
||||||
clock
|
|
||||||
daemonize
|
|
||||||
|
|
||||||
datestr=%d/%m/%Y
|
|
||||||
|
|
||||||
font=letter extended
|
|
||||||
text-color=ffffff
|
|
||||||
text-clear-color=ffffff
|
|
||||||
text-ver-color=ffffff
|
|
||||||
|
|
||||||
ring-color=00000000
|
|
||||||
line-color=00000000
|
|
||||||
inside-color=00000000
|
|
||||||
inside-clear-color=00000000
|
|
||||||
inside-ver-color=00000000
|
|
||||||
|
|
||||||
indicator-radius=200
|
|
||||||
|
|
||||||
screenshots
|
|
||||||
effect-blur=5x5
|
|
||||||
fade-in=0.2
|
|
42
config/swaylock/config
Normal file
42
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