diff --git a/content/config/nushell/scripts/ide.nu b/content/config/nushell/scripts/ide.nu index 24bb7fd..f931090 100755 --- a/content/config/nushell/scripts/ide.nu +++ b/content/config/nushell/scripts/ide.nu @@ -161,13 +161,13 @@ export def `zjstatus powerline_right` [] { let elements = ([ (ci status) { - text: ($sys.cpu.cpu_usage | math avg | math round -p 2 | $"($in) % ") + text: ($sys.cpu.cpu_usage | math avg | math round -p 2 | $"($in) % " | fill -a right -c ' ' -w 8) icon: "" bg: "cyan" fg: $ZELLIJ_BG } { - text: $"($sys.mem.used) " + text: ($"($sys.mem.used) " | fill -a right -c ' ' -w 8) icon: "" bg: "green" fg: $ZELLIJ_BG