diff --git a/dotfiles.conf b/dotfiles.conf index 60ce6ec..6124246 100644 --- a/dotfiles.conf +++ b/dotfiles.conf @@ -43,7 +43,7 @@ SET_ZSH_DEFAULT="ask" # --- MOTD (Message of the Day) --- ENABLE_MOTD="true" -MOTD_STYLE="compact" # compact, mini, full, or none +MOTD_STYLE="mini" # compact, mini, full, or none # --- Theme Settings --- ZSH_THEME_NAME="adlee" diff --git a/zsh/functions/motd.zsh b/zsh/functions/motd.zsh index 53089ce..caf2f2e 100644 --- a/zsh/functions/motd.zsh +++ b/zsh/functions/motd.zsh @@ -211,6 +211,9 @@ show_motd_mini() { local hostname="${HOST:-$(hostname -s 2>/dev/null)}" local uptime=$(_motd_uptime) local mem=$(_motd_mem) + local load=$(_motd_load) + local disk=$(_motd_disk) + local hline=$(_motd_line '═') local failed=$(_motd_failed_services) local alert=""