10 lines
270 B
TOML
10 lines
270 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
|