summaryrefslogtreecommitdiff
path: root/ar/.local/bin/statusbar/sb-ylog
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-05-22 02:14:25 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-05-22 02:14:25 +0900
commit1ab2a3073238269c0f3f37c9db2fa98a4d1e5ab1 (patch)
treefee4e93415f5d246e1cba80638f57c53a66e4921 /ar/.local/bin/statusbar/sb-ylog
parent9a0ccabe57072a33ac5f2a607a8dd151940ed38f (diff)
modified statusbar/sb-ylogHEADmaster
Diffstat (limited to 'ar/.local/bin/statusbar/sb-ylog')
-rwxr-xr-xar/.local/bin/statusbar/sb-ylog1
1 files changed, 0 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-ylog b/ar/.local/bin/statusbar/sb-ylog
index fed7ace..53b2136 100755
--- a/ar/.local/bin/statusbar/sb-ylog
+++ b/ar/.local/bin/statusbar/sb-ylog
@@ -63,7 +63,6 @@ case $BLOCK_BUTTON in
;;
2)
if [ -s "$NEW" ]; then
- notify-send "🌐 New log entries" "$(cut -c1-120 "$NEW" | tail -20)"
mark_seen
pkill -RTMIN+21 "${STATUSBAR:-dwmblocks}"
else