diff --git a/zsh/.zshrc.zwc b/zsh/.zshrc.zwc index 2cbbf7c..db95ec0 100644 Binary files a/zsh/.zshrc.zwc and b/zsh/.zshrc.zwc differ diff --git a/zsh/aliases.zsh.zwc b/zsh/aliases.zsh.zwc index 7abfb53..b799427 100644 Binary files a/zsh/aliases.zsh.zwc and b/zsh/aliases.zsh.zwc differ diff --git a/zsh/functions/motd.zsh b/zsh/functions/motd.zsh index 6d216ac..0f6662c 100644 --- a/zsh/functions/motd.zsh +++ b/zsh/functions/motd.zsh @@ -12,12 +12,11 @@ # Only run in interactive shells [[ -o interactive ]] || return 0 -# # ============================================================================ # MOTD Width, adjust if needed. # ============================================================================ -_M_WIDTH=62 +_M_WIDTH=64 # ============================================================================ # Colors (ANSI escape codes) @@ -128,7 +127,8 @@ show_motd() { local s2="${_M_CYAN}◆ load:${_M_RESET}${load}" local s3="${_M_GREEN}◇ mem:${_M_RESET}${mem}" local s4="${_M_BLUE}⊡${_M_RESET} ${disk}" - echo "${_M_GREY} ⟫ ${_M_RESET}${s1}${_M_DIM} ${s2}${_M_DIM} ${s3}${_M_DIM} ${s4}${_M_DIM}${_M_GREY} ⟪${_M_RESET}" + echo "${_M_GREY}${_M_DIM} ❲${_M_RESET}${s1}${_M_GREY}${_M_DIM}❳ ❲${s2}${_M_GREY}${_M_DIM}❳ ❲${s3}${_M_GREY}${_M_DIM}❳ ❲${s4}${_M_GREY}${_M_DIM}❳ ${_M_RESET}" + ## Bottom border #echo "${_M_GREY}╘${hline}𜲂${_M_RESET}" diff --git a/zsh/functions/motd.zsh.zwc b/zsh/functions/motd.zsh.zwc index f864930..09350ce 100644 Binary files a/zsh/functions/motd.zsh.zwc and b/zsh/functions/motd.zsh.zwc differ