retroDude
Still Fresh
I started playing with conky today and came up with a simple setup like this, I hope other will paste their config files, and discuss inprovements so we can make nice desktops.
The Config File:
alignment top_left
background no
border_width 1
cpu_avg_samples 2
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 0
gap_y 5
minimum_size 60 60
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window no
double_buffer yes
own_window_class Conky
own_window_type normal
stippled_borders 0
update_interval 4.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
TEXT
${offset 590}${font DejaVu Sans Mono:size=22,bold} ${time %H:%M} ${font DejaVu Sans Mono:size=12}
${offset 590}HARDWAREhr
${offset 590}${color grey}CLOCKSPEEDcolor $freq MHz
${offset 590}${color grey}CPUcolor $cpu% ${cpubar 6}
${offset 590}${cpugraph 20, 200}
${offset 590}${color grey}RAMcolor $memperc% ${membar 6}
${offset 590}FILESYSTEMhr
${offset 590}${color grey}ROOTcolor ${fs_used_perc /}% ${fs_bar 6 /}
${offset 590}${color grey}SD-1color ${fs_used_perc /media/mmcblk0p1}% ${execbar df -h | grep "/media/mmcblk0p1" | awk '{ printf "%s", $5 }' }
${offset 590}${color grey}SD-2color ${fs_used_perc /media/mmcblk1p1}% ${execbar df -h | grep "/media/mmcblk1p1" | awk '{ printf "%s", $5 }' }
${offset 590}${color grey}SWAPcolor ${swapperc}% ${swapbar 6}
${offset 590}NETWORKhr
${offset 590}${color grey}UPcolor ${upspeed wlan0}
${offset 590}${upspeedgraph wlan0 20, 200}
${offset 590}${color grey}DOWNcolor ${downspeed wlan0}
${offset 590}${downspeedgraph wlan0 20, 200}
The Config File:
alignment top_left
background no
border_width 1
cpu_avg_samples 2
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 0
gap_y 5
minimum_size 60 60
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window no
double_buffer yes
own_window_class Conky
own_window_type normal
stippled_borders 0
update_interval 4.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
TEXT
${offset 590}${font DejaVu Sans Mono:size=22,bold} ${time %H:%M} ${font DejaVu Sans Mono:size=12}
${offset 590}HARDWAREhr
${offset 590}${color grey}CLOCKSPEEDcolor $freq MHz
${offset 590}${color grey}CPUcolor $cpu% ${cpubar 6}
${offset 590}${cpugraph 20, 200}
${offset 590}${color grey}RAMcolor $memperc% ${membar 6}
${offset 590}FILESYSTEMhr
${offset 590}${color grey}ROOTcolor ${fs_used_perc /}% ${fs_bar 6 /}
${offset 590}${color grey}SD-1color ${fs_used_perc /media/mmcblk0p1}% ${execbar df -h | grep "/media/mmcblk0p1" | awk '{ printf "%s", $5 }' }
${offset 590}${color grey}SD-2color ${fs_used_perc /media/mmcblk1p1}% ${execbar df -h | grep "/media/mmcblk1p1" | awk '{ printf "%s", $5 }' }
${offset 590}${color grey}SWAPcolor ${swapperc}% ${swapbar 6}
${offset 590}NETWORKhr
${offset 590}${color grey}UPcolor ${upspeed wlan0}
${offset 590}${upspeedgraph wlan0 20, 200}
${offset 590}${color grey}DOWNcolor ${downspeed wlan0}
${offset 590}${downspeedgraph wlan0 20, 200}