diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-18 14:30:34 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-05-18 14:30:34 +0900 |
| commit | 2bd0dea03e908651205e46936ef7c2c3f384bcf9 (patch) | |
| tree | 0d4f43716315097233e2458f56491b81a36618c7 /ar/.local/bin/statusbar/sb-ylog | |
| parent | 0dc608f82f1a753c8cca8705d7efea82d6c487ea (diff) | |
modified statusbar/sb-ylog
Diffstat (limited to 'ar/.local/bin/statusbar/sb-ylog')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-ylog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-ylog b/ar/.local/bin/statusbar/sb-ylog index 0c20040..9b2f715 100755 --- a/ar/.local/bin/statusbar/sb-ylog +++ b/ar/.local/bin/statusbar/sb-ylog @@ -83,7 +83,7 @@ esac # Display if [ -s "$NEW" ]; then count=$(wc -l <"$NEW") - printf "%s\n" "$count" + printf "🐈%s\n" "$count" fi exit 0 |
