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 }"