Auto-sync from catchthesethighs

This commit is contained in:
adlee-was-taken
2025-12-19 22:46:16 -05:00
parent 5ea62a9851
commit f6dabea609
4 changed files with 3 additions and 3 deletions

View File

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

Binary file not shown.