leenfetch 0.2.5

Fast, minimal, customizable system info tool in Rust (Neofetch alternative)
1
2
3
4
5
6
pub mod battery;
pub mod cpu;
pub mod disk;
pub mod gpu;
pub mod memory;
pub mod uptime;