Skip to content

Instantly share code, notes, and snippets.

@jaysonrowe
Created September 29, 2011 01:25
Show Gist options
  • Select an option

  • Save jaysonrowe/1249762 to your computer and use it in GitHub Desktop.

Select an option

Save jaysonrowe/1249762 to your computer and use it in GitHub Desktop.
background no
use_xft yes
xftfont Droid Sans Mono:size=8
xftalpha 0.1
update_interval 1.0
total_run_times 0
own_window yes
own_window_class Conky
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_transparent yes
own_window_argb_visual yes
own_window_argb_value 100
double_buffer yes
minimum_size 200 5
maximum_width 275
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color #43689A
default_outline_color white
alignment top_right
gap_x 20
gap_y 60
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale no
use_spacer yes
TEXT
${color White}SYSTEM INFORMATION ${hr 2}$color
${color white}${time %A},${time %e} ${time %B} ${time %G}${alignr}${time %H:%M:%S}
${color white}Machine$color $nodename ${alignr}${color white}Uptime$color $uptime
${color white}Kernel$color $kernel ${alignr}${color white}Arch$color $machine
${color White}CPU ${hr 2}$color
${font Droid Sans Mono:bold:size=8}${color White}${execi 99999 cat /proc/cpuinfo | grep "model name" -m1 | cut -d":" -f2 | cut -d" " -f2- | sed 's# ##'}$font$color
${freq_g cpu0}Ghz
CPU:1 ${cpu cpu1}% ${cpubar cpu1}
CPU:2 ${cpu cpu2}% ${cpubar cpu2}
CPU:3 ${cpu cpu3}% ${cpubar cpu3}
CPU:4 ${cpu cpu4}% ${cpubar cpu4}
${color White}TOP 5 PROCESSES ${hr 2}$color
${color White}NAME PID CPU MEM
${color White}1. ${top name 1}${top pid 1} ${top cpu 1} ${top mem 1}$color
2. ${top name 2}${top pid 2} ${top cpu 2} ${top mem 2}
3. ${top name 3}${top pid 3} ${top cpu 3} ${top mem 3}
4. ${top name 4}${top pid 4} ${top cpu 4} ${top mem 4}
5. ${top name 5}${top pid 5} ${top cpu 5} ${top mem 5}
${color White}MEMORY & SWAP ${hr 2}$color
${color white}RAM$color $mem / $memmax $memperc%
${membar 6}$color
${color white}Swap$color $swap $swapmax $swapperc%
${swapbar 6}$color
${color White}DRIVES - FREE SPACE ${hr 2}$color
${color white}/$color ${fs_free_perc /}%$alignr${fs_free /}/ ${fs_size /}
${fs_bar 3 /}$color
${color white}/home$color ${fs_free_perc /home}%$alignr${fs_free /home}/ ${fs_size /home}
${fs_bar 3 /home}$color
${color white}/data$color ${fs_free_perc /data}%$alignr${fs_free /data}/ ${fs_size /data}
${fs_bar 3 /data}$color
${color white}/data1$color ${fs_free_perc /data1}%$alignr${fs_free /data1}/ ${fs_size /data1}
${fs_bar 3 /data1}$color
${color white}/data2$color ${fs_free_perc /data2}%$alignr${fs_free /data2}/ ${fs_size /data2}
${fs_bar 3 /data2}$color
Disk I/O ${diskiograph 16,200}
${color White}ETHERNET (${addr eth0}) ${hr 2}$color
Downloaded: $alignr ${totaldown eth0}
Uploaded: $alignr ${totalup eth0}
${color white}Down:$color ${downspeed eth0} ${alignr}${color white}Up:$color ${upspeed eth0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment