2013-08-25 21:32:56 -04:00
|
|
|
#!/usr/bin/conky -d -c
|
2013-09-01 12:41:26 -04:00
|
|
|
# Copyright © 2013, Bradley M. Kuhn
|
|
|
|
|
|
|
|
|
|
# The copyright holders wish that this document could be placed into the public
|
|
|
|
|
# domain. However, should such a public domain dedication not be possible, the
|
|
|
|
|
# copyright holders grant a waiver and/or license under the terms of CC0-1.0, as
|
|
|
|
|
# published by Creative Commons, Inc. A copy of CC0-1.0 can be found in the
|
|
|
|
|
# same repository as this README.md file under the filename CC0-1.0.txt. If
|
|
|
|
|
# this document has been separated from the repository, a copy of CC0-1.0 can
|
|
|
|
|
# be found on Creative Commons' website at:
|
|
|
|
|
# http://creativecommons.org/publicdomain/zero/1.0/legalcode).
|
|
|
|
|
|
2013-08-24 21:38:32 -04:00
|
|
|
update_interval 7.0
|
|
|
|
|
update_interval_on_battery 20.0
|
2013-08-25 21:32:56 -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-25 21:32:56 -04:00
|
|
|
|
|
|
|
|
double_buffer yes
|
|
|
|
|
draw_shades yes
|
|
|
|
|
|
2013-08-24 21:38:32 -04:00
|
|
|
own_window_type desktop
|
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-25 21:32:56 -04:00
|
|
|
text_buffer_size 8000
|
|
|
|
|
max_user_text 10000
|
|
|
|
|
|
|
|
|
|
default_color e1e1e1
|
|
|
|
|
color0 555555
|
|
|
|
|
color1 FCAF3E
|
|
|
|
|
color2 Ivory #FFFFF0
|
|
|
|
|
#color2 64574e
|
2013-08-24 21:38:32 -04:00
|
|
|
color3 Ivory3 #CDCDC1
|
|
|
|
|
color4 grey40
|
2013-08-25 21:32:56 -04:00
|
|
|
color5 Red
|
2013-08-24 21:38:32 -04:00
|
|
|
color6 Yellow
|
|
|
|
|
color7 Green
|
2013-08-25 21:32:56 -04:00
|
|
|
color8 9d9c61
|
|
|
|
|
color9 525276
|
|
|
|
|
|
2013-08-24 21:38:32 -04:00
|
|
|
minimum_size 280 499
|
2013-09-01 11:44:49 -04:00
|
|
|
maximum_width 520
|
2013-08-24 21:38:32 -04:00
|
|
|
gap_x 0
|
2013-08-25 21:32:56 -04:00
|
|
|
gap_y 1
|
2013-08-24 17:16:51 -04:00
|
|
|
|
|
|
|
|
TEXT
|
2013-09-01 12:57:16 -04:00
|
|
|
${color2}${goto 5}${font DejaVu Sans:size=30}${time %H}${font DejaVu Sans:size=28}:${time %M}${color2}${goto 118}${font DejaVu Sans:size=10}${voffset -15}${time %Z}${goto 119}${voffset 12}${font DejaVu Sans:size=6}(${time %z})${color2}${goto 152}${voffset -15}${font :size=12}${time %A %e %B %Y}
|
2016-01-01 14:10:03 -08:00
|
|
|
${font Inconsolata:size=12}${execpi 305 ~/hacks/Small-Hacks/urgent-mail-check.plx bkuhn /mnt/attach/bkuhn/Files/Configuration/sfconservancy-email-with-username.password}
|
|
|
|
|
${font Inconsolata:size=12}${execpi 305 ~/hacks/Small-Hacks/urgent-mail-check.plx compliance /mnt/attach/bkuhn/Files/Configuration/sfconservancy-compliance-email-with-username.password}
|
2013-11-30 15:16:35 -05:00
|
|
|
${voffset 13}${execpi 605 ~/hacks/Small-Hacks/calendar-run.sh}
|
|
|
|
|
${font Inconsolata:size=12}${execpi 405 ~/hacks/Small-Hacks/org-mode-appt-check.plx}
|
2013-08-24 21:38:32 -04:00
|
|
|
|
|
|
|
|
${color4}$hr
|
2013-11-30 15:16:35 -05:00
|
|
|
${color}${font Inconsolata:size=10}${execpi 810 /usr/bin/gcal -H T:t:H:h . | /usr/bin/perl -ne 'next if /^\s*\d*\s*$/; s/T(\s*\d+\s*)t/\${color7} $1 \${color}/g; print;'}
|
2013-08-24 21:38:32 -04:00
|
|
|
|
2013-11-30 15:16:35 -05:00
|
|
|
${color}${font Inconsolata:size=10}${execpi 810 /usr/bin/gcal -H T:t:H:h %`date +"%Y%m%d" --date='3 months'` .| /usr/bin/perl -ne 'next if /^\s*\d*\s*$/; s/T(\s*\d+\s*)t/ $1 /g; print;'}
|
2013-08-24 21:38:32 -04:00
|
|
|
|
|
|
|
|
${voffset -10}${color2}${font led:size=10}CPU ${font}$hr
|
|
|
|
|
Overall temperature: ${acpitemp}°C
|
2013-09-07 11:46:12 -04:00
|
|
|
${color}Core 0: ${cpu cpu0}% ${freq_g (0)} GHz ${goto 200}Temp:${goto 200}${voffset 10}${exec sensors | grep "Core 0" | cut --bytes=14-21}
|
|
|
|
|
${color}Core 1: ${cpu cpu1}% ${freq_g (1)} GHz ${goto 200}Temp:${goto 200}${voffset 10}${exec sensors | grep "Core 1" | cut --bytes=14-21} ${voffset -10}
|
2013-08-24 21:38:32 -04:00
|
|
|
Load: ${loadgraph}
|
|
|
|
|
|
|
|
|
|
${voffset -10}${color2}${font led:size=10}DISK I/O ${font}$hr
|
|
|
|
|
Read: ${diskiograph_read}
|
|
|
|
|
Write: ${diskiograph_write}
|