From 8de87606141b212d2d9bd6b1c15b1e2e74211e9a Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 28 Oct 2022 19:44:37 +0000 Subject: [PATCH] Update dotfiles/.local/motd.sh --- dotfiles/.local/motd.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/.local/motd.sh b/dotfiles/.local/motd.sh index 4c2c8e7e..81806635 100644 --- a/dotfiles/.local/motd.sh +++ b/dotfiles/.local/motd.sh @@ -208,7 +208,9 @@ print_banner() { elif command -v figlet > /dev/null; then printf "\\n%s\\n" "$(figlet -t -f "$BANNER_FONTPATH" " $BANNER_TEXT")" else - printf " \\033[1;37m$(hostname)\\033[0m\\n" + printf "\\n" + printf " \\033[1;37mHostname:\\033[0m $(hostname)\\n" + printf "\\n" fi if [ -f /etc/os-release ]; then