Create theme for Swaylock
This commit is contained in:
parent
6884f050da
commit
3434346bba
2 changed files with 21 additions and 1 deletions
|
@ -3,9 +3,27 @@ swaylock_flags:
|
||||||
- ignore-empty-password
|
- ignore-empty-password
|
||||||
- show-failed-attempts
|
- show-failed-attempts
|
||||||
- daemonize
|
- daemonize
|
||||||
|
- line-uses-inside
|
||||||
|
|
||||||
swaylock_options:
|
swaylock_options:
|
||||||
image: '~/documents/ressources/wallpapers/psychonauts.jpg'
|
image: '{{ swaylock_image | default("/usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png") }}'
|
||||||
|
scaling: '{{ swaylock_image_scale | default("fit") }}'
|
||||||
|
color: '000000'
|
||||||
|
indicator-radius: 70
|
||||||
|
indicator-y-position: 150
|
||||||
|
font: Fira Code Nerd Font Mono
|
||||||
|
font-size: 14
|
||||||
|
inside-color: '00000000'
|
||||||
|
ring-color: 323232
|
||||||
|
ring-ver-color: 1cd180
|
||||||
|
inside-ver-color: 1cd180cc
|
||||||
|
ring-wrong-color: f268b3
|
||||||
|
inside-wrong-color: f268b3cc
|
||||||
|
key-hl-color: 1cd180
|
||||||
|
caps-lock-key-hl-color: 1cd180
|
||||||
|
caps-lock-bs-hl-color: f268b3
|
||||||
|
bs-hl-color: f268b3ff
|
||||||
|
separator-color: '00000000'
|
||||||
|
|
||||||
swaylock_keybindings:
|
swaylock_keybindings:
|
||||||
- mode: normal
|
- mode: normal
|
||||||
|
|
2
vars/lucy/swaylock.yml
Normal file
2
vars/lucy/swaylock.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
swaylock_image: ~/medias/images/wallpapers/lucy.jpg
|
Loading…
Add table
Add a link
Reference in a new issue