2013-08-24 17:16:51 -04:00
|
|
|
#!/usr/bin/conky -d -c
|
|
|
|
|
## .conkyrc configuration
|
2013-08-24 21:55:48 -04:00
|
|
|
#update_interval 10.0
|
|
|
|
|
|
2013-08-24 17:16:51 -04:00
|
|
|
alignment top_left
|
2013-08-24 21:55:48 -04:00
|
|
|
|
|
|
|
|
use_xft yes
|
|
|
|
|
xftfont Inconsolata:size=9.5
|
|
|
|
|
xftalpha 0.1
|
|
|
|
|
|
2013-08-24 17:16:51 -04:00
|
|
|
double_buffer yes
|
2013-08-24 21:55:48 -04:00
|
|
|
draw_shades yes
|
|
|
|
|
|
|
|
|
|
own_window_type override
|
2013-08-24 17:16:51 -04:00
|
|
|
own_window yes
|
|
|
|
|
own_window_transparent yes
|
2013-08-24 21:55:48 -04:00
|
|
|
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
|
|
|
|
|
2013-08-24 17:16:51 -04:00
|
|
|
text_buffer_size 8000
|
2013-08-24 21:55:48 -04:00
|
|
|
max_user_text 10000
|
|
|
|
|
|
|
|
|
|
default_color e1e1e1
|
|
|
|
|
color0 555555
|
|
|
|
|
color1 FCAF3E
|
|
|
|
|
color2 Ivory #FFFFF0
|
|
|
|
|
#color2 64574e
|
|
|
|
|
color3 a82553
|
|
|
|
|
color4 5e1014
|
|
|
|
|
color5 Red
|
|
|
|
|
color6 a7a7a7
|
|
|
|
|
color7 8888CC
|
|
|
|
|
color8 9d9c61
|
|
|
|
|
color9 525276
|
|
|
|
|
|
|
|
|
|
minimum_size 280 1394
|
|
|
|
|
maximum_width 600
|
|
|
|
|
gap_x 1
|
|
|
|
|
gap_y 1
|
2013-08-24 17:16:51 -04:00
|
|
|
|
|
|
|
|
TEXT
|
2013-08-24 21:55:48 -04:00
|
|
|
${color2}${font DejaVu Sans:size=8}${time %H}${font DejaVu Sans:size=8}:${time %M}
|
|
|
|
|
${color2}${goto 20}${font DejaVu Sans:size=30}${time %H}${font DejaVu Sans:size=28}:${time %M}${color2}${goto 135}${font DejaVu Sans:size=10}${voffset -15}${time %Z}${goto 136}${voffset 12}${font DejaVu Sans:size=6}(${time %z})${color2}${goto 200}${voffset -10}${font :size=15}${time %A %d %B %Y}
|
|
|
|
|
${font Inconsolata:size=10}${execpi 18000 ~/hacks/Small-Hacks/org-mode-appt-check.plx}
|
|
|
|
|
|
|
|
|
|
${color}${font Inconsolata:size=10}${execpi 14400 /usr/bin/cal -B 1 -A 1 | /bin/cat -v | /usr/bin/perl -ne 'next if /^\s*\d+\s*$/; s/\_\^H(\d)/\${color1}$1\${color}/g; print;'}
|