From b2aa01863573f72315becfd9341463598e8b3b68 Mon Sep 17 00:00:00 2001 From: Manuel Palenzuela Date: Sat, 24 Aug 2019 12:19:02 +0200 Subject: Formatted spacing in dwm-status --- scripts/dwm-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dwm-status b/scripts/dwm-status index 24ee506..b4c00e5 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" } -- cgit 1.4.1