diff --git a/.gitignore b/.gitignore index 8799178..8ea0ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /target result* -/.direnv diff --git a/src/main.rs b/src/main.rs index ab93580..4e664bb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -90,7 +90,7 @@ fn print_system_info( {blue} ▟█▛{cyan}▗█▖ {cyan}▟█▛ {cyan} {blue}Desktop{reset}  {desktop} {blue} ▝█▛ {cyan}██▖{blue}▗▄▄▄▄▄▄▄▄▄▄▄ {cyan} {blue}Memory{reset}  {memory_usage} {blue} ▝ {cyan}▟█▜█▖{blue}▀▀▀▀▀██▛▀▀▘ {cyan}󱥎 {blue}Storage (/){reset}  {storage} - {cyan} ▟█▘ ▜█▖ {blue}▝█▛ {cyan} {blue}Colors{reset}  {colors}\n\n"); + {cyan} ▟█▘ ▜█▖ {blue}▝█▛ {cyan} {blue}Colors{reset}  {colors}\n"); Ok(stdout().write_all(system_info.as_bytes())?) }