Advertisement
Guest User

.conkyrc

a guest
Oct 30th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. alignment top_right
  2. background yes
  3. border_width 0
  4. cpu_avg_samples 2
  5. default_color 8AE234
  6. default_outline_color white
  7. default_shade_color 000000
  8. double_buffer no
  9. draw_borders no
  10. draw_graph_borders yes
  11. draw_outline no
  12. draw_shades no
  13. short_units yes
  14.  
  15. #font edges
  16. use_xft no
  17. xftfont anonymous pro:pixelsize=11
  18. gap_x 5
  19. gap_y 5
  20. minimum_size 1013 0
  21.  
  22. net_avg_samples 2
  23. no_buffers yes
  24. out_to_console no
  25. out_to_stderr no
  26. extra_newline no
  27. own_window yes
  28. own_window_colour 323232
  29. own_window_class Conky
  30. own_window_transparent no
  31. own_window_type panel
  32. stippled_borders 0
  33. update_interval 1.0
  34. uppercase no
  35. use_spacer yes
  36. show_graph_scale no
  37. show_graph_range no
  38.  
  39. color1 lightgray
  40. color2 skyblue
  41. color3 tomato
  42.  
  43. # CPU # RAM # Swap # Download # Upload # Partição raix # Partição HOME # Uptime
  44. TEXT
  45. C: ${color1}${cpu cpu1}% ${cpu cpu2}% ${goto 110}${color }M: ${color1}$mem ${goto 200}${color }S: ${color1}$swap ${color2}${goto 300}D: ${downspeed eth0} ${totaldown eth0} ${color3}${goto 430}U: ${upspeed eth0} ${totalup eth0} ${goto 550}${color }/: ${color1}${fs_used /}/${fs_size /} - ${fs_used_perc /}% ${color }/home: ${color1}${fs_used /home}/${fs_size /home} - ${fs_used_perc /home}% ${color }uptime: ${color1}${uptime}
  46.  
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement