From 4f82ff4014352540799464cbf98026617fdd888a Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 22 May 2026 15:27:46 +0900 Subject: modified statusbar/sb-ylog --- ar/.local/bin/statusbar/sb-ylog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ar/.local/bin/statusbar/sb-ylog b/ar/.local/bin/statusbar/sb-ylog index 53b2136..a7ed745 100755 --- a/ar/.local/bin/statusbar/sb-ylog +++ b/ar/.local/bin/statusbar/sb-ylog @@ -85,7 +85,7 @@ esac # Display if [ -s "$NEW" ]; then count=$(wc -l <"$NEW") - printf "🛸%s\n" "$count" + printf "🍞%s\n" "$count" fi exit 0 -- cgit v1.2.3