diff options
-rwxr-xr-x | scripts/dwm-status | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dwm-status b/scripts/dwm-status index b4c00e5..63f8688 100755 --- a/scripts/dwm-status +++ b/scripts/dwm-status @@ -89,7 +89,7 @@ updates() { todo() { command -v t >/dev/null 2>&1 && - echo " $(t --task-dir ~/.todo --list tasks | wc -l)" && + echo ": $(t --task-dir ~/.todo --list tasks | wc -l)" && echo "$delim" } |