Skip to content

Instantly share code, notes, and snippets.

Created March 8, 2012 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2000638 to your computer and use it in GitHub Desktop.
Save anonymous/2000638 to your computer and use it in GitHub Desktop.
# -- Conky settings -- #
background no
update_interval 2
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
imlib_cache_size 0
# -- Window specifications -- #
own_window yes
own_window_class Conky
own_window_type desktop
own_window_type normal
own_window_argb_visual yes
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
border_inner_margin 0
border_outer_margin 0
maximum_width 700
alignment top_left
gap_x 5
gap_y 35
# -- Graphics settings -- #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
use_xft yes
TEXT
${color 93cdff}${font Ubuntu:Bold:size=12}CPU $cpu%${goto 220}MEM $memperc%${goto 440}NET
${color 93cdff}${cpugraph 20,180}${goto 220}${alignc}${memgraph 20,180}${goto 440}${downspeedgraph eth0 20,180}
${color 93cdff}${font Monospace::size=9}${top name 1} ${top cpu 1}%${goto 220}${top_mem name 1} ${top_mem mem 1}%${goto 440}${color ffffff}Down: ${downspeed eth0}/s
${color FFFFFF}${top name 2} ${top cpu 2}%${goto 220}${top_mem name 2} ${top_mem mem 2}%${color ffffff}${goto 440}Up: ${upspeed eth0}/s
${color FFFFFF}${top name 3} ${top cpu 3}%${goto 220}${top_mem name 3} ${top_mem mem 3}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment