From 75c64665c1d122c37de715a2e7e47cacec73a9dd Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 7 Aug 2020 10:03:05 +0100 Subject: [PATCH] fix memory_usage module --- starship.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/starship.toml b/starship.toml index 88e7e79..34ef700 100644 --- a/starship.toml +++ b/starship.toml @@ -44,11 +44,14 @@ style = "dimmed black" [memory_usage] disabled = false +show_percentage = true show_swap = false -threshold = 0.66 -symbol = "" +threshold = 66 +symbol = "MEM: " +separator = "/" style = "bold bright-red" + [custom.separator] disabled = false command = 'date +"%H:%M:%S ――――――――――――――――――――――――――――――――"'