Skip to content

Instantly share code, notes, and snippets.

@MarcelRobitaille
Last active August 15, 2016 00:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcelRobitaille/719fdbed3ffe54a1bbb5281777f5edc8 to your computer and use it in GitHub Desktop.
Save MarcelRobitaille/719fdbed3ffe54a1bbb5281777f5edc8 to your computer and use it in GitHub Desktop.
alignment top_right
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 50
gap_y 45
border_inner_margin 20
max_specials 1024
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_class Conky
own_window_type desktop
own_window_argb_visual yes
own_window_argb_value 150
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no
text_buffer_size 1024
TEXT
${alignc}Info
${voffset -8}$hr${voffset 10}
${color grey}Date:$color ${time %A %B %e, %l:%M:%S %p}
${color grey}Uptime:$color $uptime
${color grey}Hostname:$color $nodename
${alignc}CPU
${voffset -8}$hr${voffset 10}
${color grey}CPU:$color ${execi 10000 cat /proc/cpuinfo | grep -m 1 'model name' | sed -e 's/model name.*: //' | sed -e 's/(tm)//'}
${color grey}Frequency:$color $freq_g GHz
${color grey}Core 1:$color ${cpu cpu1}%$alignr${cpubar cpu1 6,260}
${color grey}Core 2:$color ${cpu cpu2}%$alignr${cpubar cpu2 6,260}
${color grey}Core 3:$color ${cpu cpu3}%$alignr${cpubar cpu3 6,260}
${color grey}Core 4:$color ${cpu cpu4}%$alignr${cpubar cpu4 6,260}
${color grey}Core 5:$color ${cpu cpu5}%$alignr${cpubar cpu5 6,260}
${color grey}Core 6:$color ${cpu cpu6}%$alignr${cpubar cpu6 6,260}
${color grey}Core 7:$color ${cpu cpu7}%$alignr${cpubar cpu7 6,260}
${color grey}Core 8:$color ${cpu cpu8}%$alignr${cpubar cpu8 6,260}
${alignc}RAM
${voffset -8}$hr${voffset 10}
${color grey}RAM Usage:$color $memperc% ${membar 6}
$alignr $mem/$memmax
${color grey}Swap Usage:$color $swapperc% ${swapbar 6}
$alignr $swap/$swapmax
${alignc}Drives
${voffset -8}$hr${voffset 10}
${color grey}/$color ${fs_bar 6 /}
$alignr${fs_used /}/${fs_size /}
${alignc}Network
${voffset -8}$hr${voffset 10}
${color grey}Up:$color ${upspeed eth0}$alignr${color grey}Down:$color ${downspeed eth0}
${alignc}Top
${voffset -8}$hr${voffset 10}
Name PID CPU% MEM%${voffset 6}
${color grey}${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color grey}${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color grey}${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color grey}${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment