From b48ccc5d16f07d112bf0ef12848c8064fcd9da95 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Tue, 6 Jan 2026 22:51:27 -0500 Subject: [PATCH] MOTD: Adjust thermometer spacing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- rpi/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi/setup.sh b/rpi/setup.sh index 4250956..cb12ce3 100755 --- a/rpi/setup.sh +++ b/rpi/setup.sh @@ -454,7 +454,7 @@ if systemctl is-active --quiet stegasoo 2>/dev/null; then # Compact two-column layout echo -e " 🚀 Stegasoo running 🔗 \033[0;33m$STEGASOO_URL\033[0m" if [ -n "$CPU_MHZ" ] && [ -n "$CPU_TEMP" ]; then - echo -e " \033[0;35m⚡\033[0m ${CPU_MHZ} MHz \033[0;35m🌡\033[0m ${CPU_TEMP}" + echo -e " \033[0;35m⚡\033[0m ${CPU_MHZ} MHz \033[0;35m🌡\033[0m ${CPU_TEMP}" fi echo -e "\033[38;5;93m══════════════\033[38;5;99m══════════════\033[38;5;105m══════════════\033[38;5;117m══════════════\033[0m" echo ""