diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-08-24 10:27:32 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-08-24 10:27:32 +0200 |
commit | 416a55a532afb35cb6ae1d347137d0c8f3ff2cb6 (patch) | |
tree | 04f096a52a99287a511fc66873ebe68f74930c3a | |
parent | Added todo to status script (diff) | |
download | dwm-416a55a532afb35cb6ae1d347137d0c8f3ff2cb6.tar.gz dwm-416a55a532afb35cb6ae1d347137d0c8f3ff2cb6.tar.bz2 dwm-416a55a532afb35cb6ae1d347137d0c8f3ff2cb6.zip |
Fixed todo number 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 32cf87a..24ee506 100755 --- a/scripts/dwm-status +++ b/scripts/dwm-status @@ -89,7 +89,7 @@ updates() { todo() { command -v t >/dev/null 2>&1 && - echo "$(t | wc -l)" && + echo "$(t --task-dir ~/.todo --list tasks | wc -l)" && echo "$delim" } |