diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-08-24 12:19:02 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-08-24 12:19:02 +0200 |
commit | b2aa01863573f72315becfd9341463598e8b3b68 (patch) | |
tree | 8a9e0600ef604fef636d1ed2e3631cffc3f8c01a | |
parent | Fixed todo number in dwm-status (diff) | |
download | dwm-b2aa01863573f72315becfd9341463598e8b3b68.tar.gz dwm-b2aa01863573f72315becfd9341463598e8b3b68.tar.bz2 dwm-b2aa01863573f72315becfd9341463598e8b3b68.zip |
Formatted spacing in dwm-status
-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 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" } |