Source: disgreet
Section: admin
Priority: optional
Maintainer: Dvorak Chen <dvorak@mailbox.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-cargo (>= 25),
 cargo:native,
 rustc:native,
 libstd-rust-dev
Standards-Version: 4.7.2
Homepage: https://github.com/dvorakchen/disgreet
#Vcs-Browser: https://salsa.debian.org/debian/disgreet
#Vcs-Git: https://salsa.debian.org/debian/disgreet.git

Package: disgreet
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 greetd
Description: greetd terminal frontend with pixelated image background
 Disgreet is a simple and fast terminal frontend for the greetd login
 manager. It allows users to select their session and log in directly
 from the TTY.
 .
 What makes it different from typical text-only login prompts is its
 ability to render images as pixelated backgrounds natively in the
 console. It adds a nice visual touch for users who prefer minimal,
 terminal-centric setups without heavy graphical display managers.
 .
 While existing tools like `tuigreet` do a great job handling basic TTY
 logins, This built `disgreet` because wanted background image
 support right in the terminal. It is written in Rust, runs very fast,
 and keeps the base system clean. For an optimal setup, it pairs
 exceptionally well with Wayland kiosk compositors like `cage` and
 terminal emulators like `alacritty` to provide a seamless, distraction-
 free login experience.

