leenfetch 1.0.2

Fast, minimal, customizable system info tool in Rust (Neofetch alternative)
1
2
3
4
5
6
7
pub mod desktop;
pub mod info;
pub mod packages;
pub mod shell;
pub mod song;
pub mod system;
pub mod title;