Auto-sync from catchthesethighs
This commit is contained in:
@@ -118,10 +118,10 @@ show_motd() {
|
|||||||
echo "${_M_GREY}├${hline}┤${_M_RESET}"
|
echo "${_M_GREY}├${hline}┤${_M_RESET}"
|
||||||
|
|
||||||
# Stats line - build with exact spacing
|
# Stats line - build with exact spacing
|
||||||
local s1="▲up:${uptime}"
|
local s1="▲ up:${uptime}"
|
||||||
local s2="◆load:${load}"
|
local s2="◆ load:${load}"
|
||||||
local s3="◇mem:${mem}"
|
local s3="◇ mem:${mem}"
|
||||||
local s4="⊡${disk}"
|
local s4="⊡ ${disk}"
|
||||||
local stats_content="${s1} ${s2} ${s3} ${s4}"
|
local stats_content="${s1} ${s2} ${s3} ${s4}"
|
||||||
local stats_pad=$((inner - ${#stats_content} - 1))
|
local stats_pad=$((inner - ${#stats_content} - 1))
|
||||||
local stats_spaces=""
|
local stats_spaces=""
|
||||||
|
|||||||
Reference in New Issue
Block a user