From 4fff13a51f0e58489d95f43862738c86be5d0147 Mon Sep 17 00:00:00 2001 From: SomeEmptyBox <121939750+SomeEmptyBox@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:32:32 +0530 Subject: [PATCH] Update memory icon (#15) Makes memory icon bigger by using CPU icon from Nerdfonts instead of the memory icon. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3eee7a0..0d70f89 100644 --- a/src/main.rs +++ b/src/main.rs @@ -78,7 +78,7 @@ fn print_system_info(fields: &Fields) { {blue} ▟█▛ {blue}▝█▘{cyan}▟█▛ {cyan} {blue}Shell{reset}  {shell} {blue}▟█████▛ {cyan}▟█████▛ {cyan} {blue}Uptime{reset}  {uptime} {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} {cyan} ▟█▘ ▜█▖ {blue}▝█▛ {cyan} {blue}Colors{reset}  {colors}");