Change Swaylock default alignment
This commit is contained in:
parent
2e70cd6cbc
commit
9e11676466
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ swaylock_flags:
|
||||||
|
|
||||||
swaylock_options:
|
swaylock_options:
|
||||||
image: '{{ swaylock_image | default("~/medias/images/wallpapers/lockscreen.png") }}'
|
image: '{{ swaylock_image | default("~/medias/images/wallpapers/lockscreen.png") }}'
|
||||||
scaling: '{{ swaylock_image_scale | default("fit") }}'
|
scaling: '{{ swaylock_image_scale | default("center") }}'
|
||||||
color: '000000'
|
color: '000000'
|
||||||
indicator-radius: 70
|
indicator-radius: 70
|
||||||
indicator-y-position: 150
|
indicator-y-position: 150
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue