about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-24 10:27:32 +0200
committerManuel Palenzuela <manuelpalenzuelamerino@gmail.com>2019-08-24 10:27:32 +0200
commit416a55a532afb35cb6ae1d347137d0c8f3ff2cb6 (patch)
tree04f096a52a99287a511fc66873ebe68f74930c3a
parentAdded todo to status script (diff)
downloaddwm-416a55a532afb35cb6ae1d347137d0c8f3ff2cb6.tar.gz
dwm-416a55a532afb35cb6ae1d347137d0c8f3ff2cb6.tar.bz2
dwm-416a55a532afb35cb6ae1d347137d0c8f3ff2cb6.zip
Fixed todo number 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 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"
 }