From bdba67b2c61080b10b15664bebd4fe1dcaaa487b Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Fri, 19 Dec 2025 20:14:32 -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 bd2fc4a..edfa4e6 100644 --- a/zsh/functions/motd.zsh +++ b/zsh/functions/motd.zsh @@ -59,7 +59,7 @@ _motd_disk() { # ============================================================================ # Fixed box width -_M_WIDTH=62 +_M_WIDTH=78 _motd_line() { local char="$1" @@ -115,7 +115,7 @@ show_motd() { echo "${_M_GREY}│${_M_RESET} ${_M_BOLD}${_M_BLUE}✦${_M_RESET} ${_M_BOLD}${hostname}${_M_RESET}${h_spaces}${_M_DIM}${datetime}${_M_RESET} ${_M_GREY}│${_M_RESET}" # Separator - echo "${_M_GREY}├${hline}┤${_M_RESET}" + echo "${_M_GREY}╞${hline}╛${_M_RESET}" # Stats line - build with exact spacing local s1="${_M_YELLOW}▲ up:${_M_RESET}${uptime}" @@ -126,10 +126,10 @@ show_motd() { local stats_pad=$((inner - ${#stats_content} - 1)) local stats_spaces="" for ((i=0; i