12 lines
291 B
TOML
12 lines
291 B
TOML
# 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
|
|
|
|
fork-on-lock = true
|