lios 0.1.46

A gorgeous GTK4/VTE Linux terminal with live themes, glass backgrounds, session prompt profiles, Sixel images, clickable links, and safe GPU controls.
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()
}