mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
swaylock: Update config
swaylock-effects is no longer used for simplicity.
This commit is contained in:
parent
971ce5fb63
commit
b99d7f8395
@ -5,12 +5,33 @@ font="Noto Sans CJK JP"
|
||||
font-size=20
|
||||
indicator-radius=75
|
||||
indicator-thickness=15
|
||||
image=$(fd . ~/Pictures | shuf -n 1)
|
||||
|
||||
# swaylock-effects
|
||||
effect-blur=5x2
|
||||
clock
|
||||
indicator
|
||||
font-size=25
|
||||
indicator-radius=85
|
||||
indicator-thickness=16
|
||||
# Dracula colors
|
||||
color=282a36
|
||||
inside-color=1F202A
|
||||
line-color=1F202A
|
||||
ring-color=bd93f9
|
||||
text-color=f8f8f2
|
||||
|
||||
layout-bg-color=1F202A
|
||||
layout-text-color=f8f8f2
|
||||
|
||||
inside-clear-color=6272a4
|
||||
line-clear-color=1F202A
|
||||
ring-clear-color=6272a4
|
||||
text-clear-color=1F202A
|
||||
|
||||
inside-ver-color=bd93f9
|
||||
line-ver-color=1F202A
|
||||
ring-ver-color=bd93f9
|
||||
text-ver-color=1F202A
|
||||
|
||||
inside-wrong-color=ff5555
|
||||
line-wrong-color=1F202A
|
||||
ring-wrong-color=ff5555
|
||||
text-wrong-color=1F202A
|
||||
|
||||
bs-hl-color=ff5555
|
||||
key-hl-color=50fa7b
|
||||
|
||||
text-caps-lock-color=f8f8f2
|
||||
|
Loading…
Reference in New Issue
Block a user