31 lines
427 B
Plaintext
31 lines
427 B
Plaintext
# tlock config file
|
|
|
|
[general]
|
|
|
|
# Say goodbye when you press CTRL-C
|
|
# Value: true, false
|
|
polite=true
|
|
|
|
# FPS
|
|
# Value: int
|
|
fps=30
|
|
|
|
[styling]
|
|
|
|
# Which color mode to use
|
|
# Value: "term", "hex" or "ansi"
|
|
color_mode=ansi
|
|
|
|
# Loaded if color_mode is set to "term"
|
|
# Value: 0-15
|
|
color_term=7
|
|
|
|
# Loaded if color_mode is set to "hex"
|
|
# Value: 0-255
|
|
color_hex=e6ecfe
|
|
|
|
# Loaded if color_mode is set to "ansi"
|
|
# Value: 0-255
|
|
color_ansi=100
|
|
|