diff options
| author | Manuel Palenzuela <[email protected]> | 2019-08-25 11:13:07 +0200 |
|---|---|---|
| committer | Manuel Palenzuela <[email protected]> | 2019-08-25 11:13:07 +0200 |
| commit | de84cb40e31bbd6c4fa85cc94376a55ad27a0fde (patch) | |
| tree | 118e8efbbb27440d9d64cea86c0c85d372cb0390 | |
| parent | Formatted spacing in dwm-status (diff) | |
| download | dwm-de84cb40e31bbd6c4fa85cc94376a55ad27a0fde.tar.gz dwm-de84cb40e31bbd6c4fa85cc94376a55ad27a0fde.tar.bz2 dwm-de84cb40e31bbd6c4fa85cc94376a55ad27a0fde.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 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" } |