From 1489796ead3c240a0c9059820d6139e1c6e0c770 Mon Sep 17 00:00:00 2001 From: Luca Bilke <luca@bil.ke> Date: Sat, 18 Jan 2025 19:35:06 +0100 Subject: [PATCH] sb-task: bugfix --- common/.local/libexec/statusbar/sb-task | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.local/libexec/statusbar/sb-task b/common/.local/libexec/statusbar/sb-task index c6c09328..db1e76f3 100755 --- a/common/.local/libexec/statusbar/sb-task +++ b/common/.local/libexec/statusbar/sb-task @@ -3,7 +3,7 @@ icon= -task sync +task sync >/dev/null 2>&1 # get_context() { # task context show | awk "NR==1 { gsub(\"'\", \"\"); print \$2 }"