hyprshell-core-lib 0.7.0

hyprshell is a Rust-based GUI designed to enhance window management in hyprland
1
2
3
4
5
6
7
8
9
10
mod autocomplete;
mod config;
mod tui;
mod css;
mod systemd;

pub use config::{generate_config, write_config};
pub use tui::prompt_config;
pub use css::write_css;
pub use systemd::write_systemd_unit;