2022-10-02 18:25:02 +00:00
|
|
|
# waylock.toml
|
|
|
|
|
|
|
|
[colors]
|
|
|
|
# Specify the initial color of the lock screen.
|
|
|
|
init_color = 0x000000
|
|
|
|
# Specify the color of the lock screen after input is received.
|
|
|
|
input_color = 0x005577
|
|
|
|
# Specify the color of the lock screen on authentication failure.
|
|
|
|
fail_color = 0xcc3333
|
2023-02-28 04:02:13 +00:00
|
|
|
|
|
|
|
fork-on-lock = true
|