Greeter
GR-01 // GREETER
omfreebdy uses ly as its login manager — a lightweight TUI display manager that runs in the console and can launch Hyprland directly.
Configuration
Section titled “Configuration”ly’s config lives at /usr/local/etc/ly/config.ini.
Key Settings
Section titled “Key Settings”| Setting | Value |
|---|---|
| Animation | Configurable (none, doom, matrix, colormix, gameoflife) |
| Default input | login |
| Vi mode | Available (off by default) |
| Save last session | Yes |
Built-in Animations
Section titled “Built-in Animations”ly has several built-in idle animations for the login screen:
| Animation | Description |
|---|---|
none | No animation (default) |
doom | PSX DOOM fire effect |
matrix | CMatrix-style falling characters |
colormix | Color mixing shader |
gameoflife | Conway’s Game of Life |
Set the animation in /usr/local/etc/ly/config.ini:
animation = matrixKey Bindings
Section titled “Key Bindings”| Key | Action |
|---|---|
| F1 | Shutdown |
| F2 | Restart |
| Tab | Switch between login/password/session fields |
Installation
Section titled “Installation”ly is available as a FreeBSD package:
sudo pkg install lysudo sysrc ly_enable="YES"Customization
Section titled “Customization”To enable autologin (skip the login screen):
auto_login_user = yourusernameauto_login_session = HyprlandTo change colors, edit the hex values in config.ini (format: 0xSSRRGGBB where SS is styling flags).