conky: Update and more files
[shutils.git] / dotfiles / conky / todo.conkyrc
diff --git a/dotfiles/conky/todo.conkyrc b/dotfiles/conky/todo.conkyrc
new file mode 100644 (file)
index 0000000..f578e3d
--- /dev/null
@@ -0,0 +1,43 @@
+-- vim: ts=4 sw=4 noet ai cindent syntax=lua
+
+conky.config = {
+    alignment = 'top_right',
+    gap_x = 5,
+    gap_y = 50,
+    maximum_width = 600,
+
+    update_interval = 2,
+    cpu_avg_samples = 2,
+    net_avg_samples = 2,
+
+    default_color = '444',
+    color0 = '000',
+    color1 = '222',
+
+    draw_shades = false,
+    use_spacer = 'left',
+    top_name_width = 13,
+
+    if_up_strictness = 'address',
+    short_units = true,
+    no_buffers = true,
+
+    double_buffer = true,
+    own_window = true,
+       own_window_colour = 'f8ecc7',
+    own_window_class = 'Conky',
+    own_window_type = 'dock',
+    own_window_hints = 'below,undecorated,below,skip_taskbar,sticky,skip_pager',
+    own_window_transparent = false,
+
+    use_xft = true,
+    font = 'Hack:size=10',
+};
+
+conky.text = [[
+${color0}${font Arial:size=14}Private$font$color ${hr 3}
+${color1}${execi 5 cat ~/.vimwiki/todos.wiki}$color
+
+${color0}${font Arial:size=14}FHS$font$color ${hr 3}
+${color1}${execi 5 cat ~/.vimwiki/FHS/todos.wiki}$color
+]]