Skip to content

Instantly share code, notes, and snippets.

@Darkflib
Created June 7, 2013 09:20
Show Gist options
  • Select an option

  • Save Darkflib/5728096 to your computer and use it in GitHub Desktop.

Select an option

Save Darkflib/5728096 to your computer and use it in GitHub Desktop.
Set of conky confs from when I had my AAO running linux.
background yes
use_xft yes
xftfont 123:size=7
xftalpha 0.1
update_interval 10
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 400 500
maximum_width 400
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color gray
default_shade_color red
default_outline_color green
alignment top_middle
gap_x 10
gap_y 10
no_buffers no
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer none
text_buffer_size 256
TEXT
${font Arial:bold:size=9}${color Tan1}BBC News ${color DarkSlateGray} ${hr 2}
$font${color DimGray}${rss http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml 30 item_titles 10}
${font Arial:bold:size=9}${color Tan1}Schneier.com ${color DarkSlateGray} ${hr 2}
$font${color DimGray}${rss http://feeds.feedburner.com/schneier/excerpts 60 item_titles 5}
${font Arial:bold:size=9}${color Tan1}Ubuntu Security ${color DarkSlateGray} ${hr 2}
$font${color DimGray}${rss http://www.ubuntu.com/usn/rss.xml 30 item_titles 10}
background yes
use_xft yes
xftfont 192:size=7
xftalpha 0
update_interval 2
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 250 500
maximum_width 250
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color gray
default_shade_color red
default_outline_color green
alignment top_left
gap_x 10
gap_y 10
no_buffers no
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer none
text_buffer_size 1024
TEXT
${font Arial:bold:size=9}${color Tan1}SYSTEM ${color DarkSlateGray} ${hr 2}
$font${color DimGray}Uptime $alignr${uptime}
${font Arial:bold:size=9}${color Tan1}PROCESSORS ${color DarkSlateGray}${hr 2}
$font${color DimGray}CPU1 ${cpu cpu1}% $alignr${cpubar 5,180 cpu1}
CPU2 ${cpu cpu2}% $alignr${cpubar 5,180 cpu2}
${font Arial:bold:size=9}${color Tan1}MEMORY ${color DarkSlateGray}${hr 2}
$font${color DimGray}MEM $alignc $mem / $memmax ($memeasyfree) $alignr $memperc%
$membar
${font Arial:bold:size=9}${color Tan1}HDD ${color DarkSlateGray}${hr 2}
$font${color DimGray}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_free_perc /}%
${fs_bar /}
${if_mounted /mnt/data}/mnt/data $alignc ${fs_used /mnt/data} / ${fs_size /mnt/data} $alignr ${fs_free_perc /mnt/data}%
${fs_bar /mnt/data}$endif
${font Arial:bold:size=9}${color Tan1}BATTERY ${color DarkSlateGray}${hr 2}
${color DimGray}$font${battery BAT1}
BAT1 $alignr${battery_time BAT1}
${battery_bar 5,0 BAT1}
${font Arial:bold:size=9}${color Tan1}FORTUNE ${color DarkSlateGray}${hr 2}
$font${color DimGray}${execi 60 fortune |fold -s -w 50 }
background yes
use_xft yes
xftfont 192:size=7
xftalpha 0.1
update_interval 2
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 270 580
maximum_width 270
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color gray
default_shade_color red
default_outline_color green
alignment top_right
gap_x 10
gap_y 10
no_buffers no
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer none
text_buffer_size 256
TEXT
${font Arial:bold:size=9}${color Tan1}NETWORK ${color DarkSlateGray}${hr 2}
$font${color Gray}eth0${color DimGray}$alignr ${addr eth0}
Speed: (d/u): $alignr${downspeed eth0} kb/s / ${upspeed eth0} kb/s
Transfer (d/u): $alignr${totaldown eth0} / ${totalup eth0}
$font${color Gray}3G${color DimGray}$alignr ${addr ppp0}
Speed: (d/u): $alignr${downspeed ppp0} kb/s / ${upspeed ppp0} kb/s
Transfer (d/u): $alignr${totaldown ppp0} / ${totalup ppp0}
$font${color Gray}Wireless${color DimGray} $alignr ${addr wlan1}
Speed: (d/u): $alignr${downspeed wlan1} kb/s / ${upspeed wlan1} kb/s
Transfer (d/u): $alignr${totaldown wlan1} / ${totalup wlan1}
AP: $alignr${wireless_essid wlan1} (${wireless_ap wlan1})
Mode: ${wireless_mode wlan1}
Link: ${wireless_link_bar wlan1}
Qual: ${wireless_link_qual wlan1}/${wireless_link_qual_max wlan1} $alignr${wireless_bitrate wlan1}
${font Arial:bold:size=9}${color Tan1}BATTERY ${color DarkSlateGray}${hr 2}
${color DimGray}$font${battery BAT1}
BAT1 $alignr${battery_time BAT1}
${battery_bar 5,0 BAT1}
${font Arial:bold:size=9}${color Tan1}FORTUNE ${color DarkSlateGray}${hr 2}
$font${color DimGray}${execi 60 fortune |fold -s -w 50 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment