Skip to content

Commit

Permalink
chore: Add "Healthy" text to MOTD
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 3, 2025
1 parent a209da4 commit 30ad7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_files/desktop/shared/usr/libexec/ublue-motd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [[ -f "$TIP_FILE" ]]; then
GREENBOOT=''
if [[ -f /run/motd.d/boot-status ]]; then
if grep -q "GREEN" /run/motd.d/boot-status && grep -q "SUCCESS" /run/motd.d/boot-status; then
GREENBOOT='Boot Status: 󰄳'
GREENBOOT='Boot Status: Healthy 󰄳'
else
GREENBOOT=$(cat /run/motd.d/boot-status)
fi
Expand Down

0 comments on commit 30ad7a6

Please sign in to comment.