lios 0.1.38

A polished GTK4/VTE Linux terminal emulator with themes, clickable links, live preferences, glass backgrounds, cursor accents, and desktop launcher install.
1
2
3
4
5
6
7
8
9
10
11
mod app;
mod cli;
mod config;
mod desktop;
mod resources;
mod terminal;
mod theme;

fn main() -> gtk::glib::ExitCode {
    app::run()
}