Graphical console greeter for greetd
Go to file
2020-06-28 16:01:00 +02:00
.github/workflows Continuously build master branch. 2020-06-27 18:52:43 +02:00
contrib Basic working functionality. 2020-06-27 14:54:30 +02:00
src Parse options before failing because of missing GREETD_SOCK to allow for --help. 2020-06-28 16:01:00 +02:00
.gitignore Basic working functionality. 2020-06-27 14:54:30 +02:00
.rustfmt.toml Refactored code and applied rustfmt. 2020-06-28 13:09:12 +02:00
Cargo.lock Fix issue printing where some rows could be offset. Added an option to display the current date and time. 2020-06-27 20:51:21 +02:00
Cargo.toml Refactored code and applied rustfmt. 2020-06-28 13:09:12 +02:00
LICENSE Initial commit 2020-06-27 09:40:13 +00:00
README.md Added configurable width for main prompt. 2020-06-27 21:11:43 +02:00

greetd-tui

Graphical console greter for greetd.

Screenshot of greetd-tui

Usage

Usage: greetd-tui [OPTIONS]

Options:
    -h, --help          show this usage information
    -c, --cmd COMMAND   command to run
        --width WIDTH   width of the main prompt (default: 80)
    -i, --issue         show the host's issue file
    -g, --greeting GREETING
                        show custom text above login prompt
    -t, --time          display the current date and time

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"