Graphical console greeter for greetd
Go to file
2020-06-27 15:42:48 +02:00
contrib Basic working functionality. 2020-06-27 14:54:30 +02:00
src Allow basic movement and edition in fields. 2020-06-27 15:42:48 +02:00
.gitignore Basic working functionality. 2020-06-27 14:54:30 +02:00
Cargo.lock Basic working functionality. 2020-06-27 14:54:30 +02:00
Cargo.toml Basic working functionality. 2020-06-27 14:54:30 +02:00
LICENSE Initial commit 2020-06-27 09:40:13 +00:00
README.md Basic working functionality. 2020-06-27 14:54:30 +02:00

greetd-tui

Graphical console greter for greetd.

Screenshot of greetd-tui

Usage

Usage: greetd-tui [options]

Options:
    -c, --cmd COMMAND   command to run
    -i, --issue         show the host's issue file
    -g, --greeting GREETING
                        show custom text above login prompt
    -h, --help          show this usage information

Configuration

Edit /etc/greetd/config.toml and set the command setting to use greetd-tui:

[terminal]
vt = 1

[default_session]
command = "greetd-tui --cmd sway"
user = "greeter"