mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-03 07:26:35 +00:00
fixed merge
This commit is contained in:
commit
c8756eb69f
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue