New Desktop Command !free! ◎

fn get_macos_gpu() -> String let output = Command::new("system_profiler") .args(&["SPDisplaysDataType", "

// Screen resolution let resolution = get_resolution(); new desktop command

"Unknown".to_string()

#[derive(Debug)] struct SystemInfo os: String, host: String, kernel: String, uptime: String, shell: String, cpu: String, gpu: String, memory: String, disk: String, resolution: String, desktop: String, fn get_macos_gpu() -&gt

[package] name = "qfetch" version = "1.0.0" edition = "2021" [dependencies] sysinfo = "0.30" whoami = "1.4" new desktop command