28 lines
No EOL
486 B
TOML
28 lines
No EOL
486 B
TOML
inactive_button_color = "#000060"
|
|
active_button_color = "#eeffff"
|
|
label_font_family = "Inter"
|
|
buttons = {}
|
|
|
|
[initial]
|
|
key_page = "default"
|
|
knob_page = "default"
|
|
|
|
[mqtt]
|
|
client_id = "deckster-coordinator"
|
|
topic_prefix = "deckster"
|
|
host = "localhost"
|
|
port = 1883
|
|
|
|
[icon_packs.apps]
|
|
path = "icons/apps"
|
|
format = "svg"
|
|
|
|
[icon_packs.fad]
|
|
path = "icons/fad"
|
|
format = "svg"
|
|
global_filter = "invert|scale=1.2"
|
|
|
|
[icon_packs.ph]
|
|
path = "icons/ph"
|
|
format = "svg"
|
|
global_filter = "invert|scale=1.2" |