fixed merge

This commit is contained in:
vali 2024-08-15 02:24:33 +02:00
commit c8756eb69f

View file

@ -23,8 +23,8 @@ fn main() -> Result<(), Report> {
os_name: get_os_pretty_name()?, os_name: get_os_pretty_name()?,
kernel_version: get_system_info()?, kernel_version: get_system_info()?,
shell: get_shell(), shell: get_shell(),
uptime: get_current(&info)?,
desktop: get_desktop_info(), desktop: get_desktop_info(),
uptime: get_current(&info)?,
memory_usage: get_memory_usage(&info), memory_usage: get_memory_usage(&info),
storage: get_root_disk_usage()?, storage: get_root_disk_usage()?,
colors: print_dots(), colors: print_dots(),