diff --git a/src/main.rs b/src/main.rs index 516982e..5cae03a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -23,8 +23,8 @@ fn main() -> Result<(), Report> { os_name: get_os_pretty_name()?, kernel_version: get_system_info()?, shell: get_shell(), - uptime: get_current(&info)?, desktop: get_desktop_info(), + uptime: get_current(&info)?, memory_usage: get_memory_usage(&info), storage: get_root_disk_usage()?, colors: print_dots(),