gespadas

.conkyrc

Oct 25th, 2011
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.07 KB | None | 0 0
  1. background no
  2. use_xft yes
  3. xftfont Bitstream Vera Sans Mono:size=10
  4. xftalpha 0.8
  5. update_interval 5.0
  6. total_run_times 0
  7. own_window yes
  8. own_window_type override
  9. own_window_transparent yes
  10. own_window_colour blue
  11. own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
  12. double_buffer yes
  13. minimum_size 280 5
  14. draw_shades yes
  15. draw_outline no
  16. draw_graph_borders yes
  17. stippled_borders 8
  18. border_margin 4
  19. border_width 1
  20. maximum_width 155
  21. default_color darkgrey
  22. default_shade_color black
  23. default_outline_color black
  24. alignment top_right
  25. gap_x 20
  26. gap_y 20
  27. no_buffers yes
  28. uppercase no
  29. cpu_avg_samples 2
  30. net_avg_samples 2
  31. override_utf8_locale no
  32. use_spacer no
  33.  
  34. TEXT
  35. ${color #4f8ed4}${alignc}${font OpenLogos:size=32}B   ${font}
  36.  
  37. ${color #4f8ed4}${alignc}Gregorio Espadas
  38. ${color #4f8ed4}${alignc}[ gespadas.com ]
  39.  
  40. ${color #4f8ed4}CPU: ${color grey}$cpu%
  41. ${color #4f8ed4} ${cpugraph 16,140 000000 7f8ed3}
  42. ${color #4f8ed4}RAM: $color$mem/$memmax
  43. ${color #4f8ed4} ${membar 6,140}
  44. ${color #4f8ed4}Swap:$color$swap/$swapmax
  45. ${color #4f8ed4} ${swapbar 6,140}
  46.  
  47. ${color #4f8ed4}Descarga: $color${downspeed eth0}${alignr} k/s
  48. ${color #4f8ed4} ${downspeedgraph eth0 16,140 000000 7f8ed3 150}
  49. ${color #4f8ed4}Subida:   $color${upspeed eth0}${alignr} k/s
  50. ${color #4f8ed4} ${upspeedgraph eth0 16,140 000000 7f8ed3 18}
  51.  
  52. ${color #4f8ed4}/          $color${fs_free /}
  53. ${color #4f8ed4} ${fs_bar 6,140 /}
  54. ${color #4f8ed4}/home      $color${fs_free /home}
  55. ${color #4f8ed4} ${fs_bar 6,140 /home}
  56.  
  57. ${color #4f8ed4}Procesos:$color $processes | $running_processes
  58.  
  59. ${color} CPU
  60. ${color #ddaa00} ${top name 1}${offset -50} ${top cpu 1}
  61. ${color #4f8ed4} ${top name 2}${offset -50} ${top cpu 2}
  62. ${color #4f8ed4} ${top name 3}${offset -50} ${top cpu 3}
  63. ${color #4f8ed4} ${top name 4}${offset -50} ${top cpu 4}
  64.  
  65. ${color} RAM
  66. ${color #ddaa00} ${top_mem name 1}${offset -50} ${top_mem mem 1}
  67. ${color #4f8ed4} ${top_mem name 2}${offset -50} ${top_mem mem 2}
  68. ${color #4f8ed4} ${top_mem name 3}${offset -50} ${top_mem mem 3}
  69. ${color #4f8ed4} ${top_mem name 4}${offset -50} ${top_mem mem 4}
  70.  
Advertisement
Add Comment
Please, Sign In to add comment