aboutsummaryrefslogtreecommitdiffstats
path: root/.config/waylock/waylock.toml
blob: 111157472f2586b5819a588809064b9cd5cf2147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# waylock.toml

# Note: all fields are optional. If omitted a default value will be used.

# If set to true, never revert the color after input or failure.
one_way = false

# Command to run on authentication failure. Executed with `sh -c <COMMAND>`.
fail_command = 'echo "$(date)" [waylock] Failed unlock attempt!'

[colors]
# Specify the initial color of the lock screen.
init_color = 0x002b36
# Specify the color of the lock screen after input is received.
input_color = 0x586e75
# Specify the color of the lock screen on authentication failure.
fail_color = 0xdc322f