mirror of
https://github.com/apognu/tuigreet.git
synced 2024-11-22 12:44:06 +03:00
Graphical console greeter for greetd
contrib | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
greetd-tui
Graphical console greter for greetd.
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"