# Alloy greetd configuration # # Boots into tuigreet on VT1. tuigreet prompts for user and password, # then execs sway. Alloy palette applied via tuigreet's --theme. # # Command must stay on a single line: greetd's TOML parser rejects the # multi-line basic-string / backslash-continuation form ("expected # equals sign on line, but found none"). [terminal] vt = 1 switch = true [default_session] command = "tuigreet --time --remember --asterisks --cmd sway --theme 'container=white;border=dark_gray;text=black;time=dark_gray;prompt=yellow;input=black;action=dark_gray;button=yellow'" user = "greeter"