feat: lock screen
This commit is contained in:
parent
77b19b6369
commit
8ab1df9483
1 changed files with 5 additions and 4 deletions
|
|
@ -77,7 +77,7 @@ in
|
||||||
|
|
||||||
background {
|
background {
|
||||||
monitor =
|
monitor =
|
||||||
color = rgb(${hex c.bg})
|
path = ${config.xdg.userDirs.pictures}/Screensavers/lock.jpg
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
|
|
@ -87,16 +87,17 @@ in
|
||||||
input-field {
|
input-field {
|
||||||
monitor =
|
monitor =
|
||||||
size = 300, 50
|
size = 300, 50
|
||||||
outline_thickness = 2
|
outline_thickness = 0
|
||||||
dots_text_format = *
|
dots_text_format = *
|
||||||
dots_size = 0.4
|
dots_size = 0.4
|
||||||
dots_spacing = 0.3
|
dots_spacing = 0.3
|
||||||
dots_center = true
|
dots_center = true
|
||||||
outer_color = rgb(${hex c.border})
|
outer_color = rgba(00000000)
|
||||||
inner_color = rgb(${hex c.bgAlt})
|
inner_color = rgba(00000000)
|
||||||
font_color = rgb(${hex c.fg})
|
font_color = rgb(${hex c.fg})
|
||||||
font_family = Berkeley Mono
|
font_family = Berkeley Mono
|
||||||
fade_on_empty = true
|
fade_on_empty = true
|
||||||
|
rounding = -1
|
||||||
placeholder_text =
|
placeholder_text =
|
||||||
position = 0, 0
|
position = 0, 0
|
||||||
halign = center
|
halign = center
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue