| 1 |
# Alloy greetd configuration |
| 2 |
# |
| 3 |
# Boots into tuigreet on VT1. tuigreet prompts for user and password, |
| 4 |
# then execs sway. Alloy palette applied via tuigreet's --theme. |
| 5 |
# |
| 6 |
# Command must stay on a single line: greetd's TOML parser rejects the |
| 7 |
# multi-line basic-string / backslash-continuation form ("expected |
| 8 |
# equals sign on line, but found none"). |
| 9 |
|
| 10 |
[terminal] |
| 11 |
vt = 1 |
| 12 |
switch = true |
| 13 |
|
| 14 |
[default_session] |
| 15 |
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'" |
| 16 |
user = "greeter" |
| 17 |
|