Skip to content

Instantly share code, notes, and snippets.

@amouat
Created January 6, 2012 20:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amouat/1572195 to your computer and use it in GitHub Desktop.
Save amouat/1572195 to your computer and use it in GitHub Desktop.
Conky config for TODO system
#.conkyrc for TODOs
#
# Slightly modified version of basic config
#
# Adrian Mouat 2012
#
alignment top_right
background yes
border_width 1
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=12
gap_x 5
gap_y 60
minimum_size 450
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_type override
own_window_transparent yes
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
#
TEXT
TODOs
$hr
${exec cat ~/todo.txt}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment