summaryrefslogtreecommitdiffstats
path: root/remote/todo.sh
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-08-25 06:45:30 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-08-25 06:45:30 +0200
commitaa29ce5a243320559f8f83d9434bc55f20ae9aec (patch)
treecbf8fbfc079d36cbd25291950b5b2606d54b430a /remote/todo.sh
parent16e27beaa24c6c551eaa0d3e6d115017939593a1 (diff)
downloadconky-aa29ce5a243320559f8f83d9434bc55f20ae9aec.tar.gz
conky-aa29ce5a243320559f8f83d9434bc55f20ae9aec.tar.bz2
conky-aa29ce5a243320559f8f83d9434bc55f20ae9aec.tar.xz
conky-aa29ce5a243320559f8f83d9434bc55f20ae9aec.zip
Overview screens also ported to remote mode
Diffstat (limited to 'remote/todo.sh')
-rwxr-xr-xremote/todo.sh28
1 files changed, 28 insertions, 0 deletions
diff --git a/remote/todo.sh b/remote/todo.sh
new file mode 100755
index 0000000..863498a
--- /dev/null
+++ b/remote/todo.sh
@@ -0,0 +1,28 @@
+#! /bin/bash
+
+. lib/status.sh
+
+
+
+decorate "ToDo:" purple; echo
+t -p listpri "A-D" -@ "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w $fold
+
+echo
+echo
+
+decorate "Work:" purple; echo
+t -@ -p listpri "A-D" @work "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w $fold
+
+echo
+echo
+
+decorate "Buy:" purple; echo
+t -@ -p listpri "A-D" @buy "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w $fold
+
+echo
+echo
+
+decorate "Travel:" purple; echo
+t -@ -p listpri "A-D" @travel "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w $fold
+
+