@ -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"