From c3784865092fe192bcf4e7335c60615870f837c7 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Fri, 19 Dec 2025 19:49:37 -0500 Subject: [PATCH] Auto-sync from catchthesethighs --- zsh/functions/motd.zsh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zsh/functions/motd.zsh b/zsh/functions/motd.zsh index 140d6bd..9806786 100644 --- a/zsh/functions/motd.zsh +++ b/zsh/functions/motd.zsh @@ -118,10 +118,10 @@ show_motd() { echo "${_M_GREY}├${hline}┤${_M_RESET}" # Stats line - build with exact spacing - local s1="▲up:${uptime}" - local s2="◆load:${load}" - local s3="◇mem:${mem}" - local s4="⊡${disk}" + local s1="▲ up:${uptime}" + local s2="◆ load:${load}" + local s3="◇ mem:${mem}" + local s4="⊡ ${disk}" local stats_content="${s1} ${s2} ${s3} ${s4}" local stats_pad=$((inner - ${#stats_content} - 1)) local stats_spaces=""