about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-25 11:13:07 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-25 11:13:07 +0200
commitde84cb40e31bbd6c4fa85cc94376a55ad27a0fde (patch)
tree118e8efbbb27440d9d64cea86c0c85d372cb0390
parentFormatted spacing in dwm-status (diff)
downloaddwm-de84cb40e31bbd6c4fa85cc94376a55ad27a0fde.tar.gz
dwm-de84cb40e31bbd6c4fa85cc94376a55ad27a0fde.tar.bz2
dwm-de84cb40e31bbd6c4fa85cc94376a55ad27a0fde.zip
Formatted spacing in dwm-status
-rwxr-xr-xscripts/dwm-status2
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"
 }