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