lios 0.1.13

A GTK4/VTE Linux terminal emulator with configurable themes, backgrounds, and desktop launcher install.
1
2
3
4
5
6
7
8
9
10
mod app;
mod cli;
mod config;
mod desktop;
mod terminal;
mod theme;

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