print extra newline after fetch for better looks

This commit is contained in:
poz 2025-12-01 20:37:01 +01:00
commit e4880661ae
No known key found for this signature in database

View file

@ -90,7 +90,7 @@ fn print_system_info(
{blue} {cyan} {cyan} {cyan} {blue}Desktop{reset} {desktop} {blue} {cyan} {cyan} {cyan} {blue}Desktop{reset} {desktop}
{blue} {cyan}{blue} {cyan} {blue}Memory{reset} {memory_usage} {blue} {cyan}{blue} {cyan} {blue}Memory{reset} {memory_usage}
{blue} {cyan}{blue} {cyan}󱥎 {blue}Storage (/){reset} {storage} {blue} {cyan}{blue} {cyan}󱥎 {blue}Storage (/){reset} {storage}
{cyan} {blue} {cyan} {blue}Colors{reset} {colors}\n"); {cyan} {blue} {cyan} {blue}Colors{reset} {colors}\n\n");
Ok(stdout().write_all(system_info.as_bytes())?) Ok(stdout().write_all(system_info.as_bytes())?)
} }