Created
March 8, 2012 11:45
-
-
Save anonymous/2000638 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -- 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