Created
January 6, 2012 20:11
-
-
Save amouat/1572195 to your computer and use it in GitHub Desktop.
Conky config for TODO system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#.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