summaryrefslogtreecommitdiffstats
path: root/todo.conf
diff options
context:
space:
mode:
Diffstat (limited to 'todo.conf')
-rw-r--r--todo.conf61
1 files changed, 61 insertions, 0 deletions
diff --git a/todo.conf b/todo.conf
new file mode 100644
index 0000000..463391b
--- /dev/null
+++ b/todo.conf
@@ -0,0 +1,61 @@
+update_interval 120
+
+alignment top_right
+own_window yes
+own_window_transparent no
+own_window_type override
+own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
+own_window_colour 21449c
+
+minimum_size 720 0
+maximum_width 720
+
+double_buffer yes
+background no
+
+text_buffer_size 1024
+
+use_xft yes
+xftfont DejaVu Sans Mono:size=9
+xftalpha 0.8
+override_utf8_locale yes
+#font -xos4-terminus-medium-r-normal--12-120-72-72-c-60-koi8-r
+
+gap_x -3280
+gap_y 0
+
+#gap_y 500
+#gap_x 2540
+
+template2 70
+
+# 5 - interactive apps (xmms)
+# 6 - local apps
+# 7 - networking
+# 8 - ping + remote scripts
+template5 15
+template6 300
+template7 600
+template8 900
+
+TEXT
+${color yellow}ToDo ${hr}
+${color}${execpi $template5 t -p listpri "A-D" -@ "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w 80}
+
+${color yellow}Work ${hr}
+${color}${execpi $template5 t -@ -p listpri "A-D" @work "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w 80}
+
+${color yellow}Buy ${hr}
+${color}${execpi $template5 t -@ -p listpri "A-D" @buy "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w 80}
+
+${color yellow}Travel ${hr}
+${color}${execpi $template5 t -@ -p listpri "A-D" @travel "- x " | head -n -2 | cut -d ' ' -f 2- | fmt -t -w 80}
+
+
+##${color}${execpi $template6 grep '(!)' todo.txt | fmt -t -w 80 | iconv -f KOI8-R -t UTF-8}
+#V.2 API is long unsupported and there is no updates to callendar
+#${color yellow}Google Calendars ${hr}
+#${color}${execi $template7 conkyGoogleCalendar --username=csa7fff@googlemail.com --daysahead=28 --limit=10 --template=/etc/conky/gcalc.template}
+
+
+${execi $template6 fortune -s | fold -s -w$template2 | iconv -f KOI8-R -t UTF-8 }