Graphical console greeter for greetd
Go to file
2020-06-27 21:02:02 +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 Refactored some code. 2020-06-27 21:02:02 +02:00
.gitignore Basic working functionality. 2020-06-27 14:54:30 +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 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
LICENSE Initial commit 2020-06-27 09:40:13 +00:00
README.md 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

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
    -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"