Advertisement
Guest User

.conkyrc_process

a guest
May 7th, 2010
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. background yes
  2. use_xft yes
  3. xftfont 123:size=6
  4. xftalpha 1
  5. update_interval 1
  6. total_run_times 0
  7. own_window yes
  8. own_window_type override
  9. own_window_transparent yes
  10. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  11. double_buffer yes
  12. minimum_size 300
  13. maximum_width 300
  14. draw_shades no
  15. draw_outline no
  16. draw_borders no
  17. draw_graph_borders no
  18. default_color white
  19. default_shade_color black
  20. default_outline_color white
  21. alignment bottom_right
  22. gap_x 8
  23. gap_y 80
  24. no_buffers yes
  25. uppercase no
  26. cpu_avg_samples 2
  27. net_avg_samples 2
  28. override_utf8_locale yes
  29. use_spacer yes
  30. text_buffer_size 256
  31. draw_graph_borders no
  32.  
  33.  
  34. TEXT
  35.  
  36. ${font}${color wheat3}TOP PROCESSES ${color azure}${stippled_hr}
  37. $font${color MintCream}Processes${alignr}${processes}
  38. Running${alignr}${running_processes}
  39.  
  40. ${color wheat3}BY CPU ${color azure}${stippled_hr}${color MintCream}
  41. PROCESS ${alignc} PID CPU% ${alignr}MEM%
  42. ${top name 1} ${alignc} ${top pid 1} ${top cpu 1} ${alignr}${top mem 1}
  43. ${top name 2} ${alignc} ${top pid 2} ${top cpu 2} ${alignr}${top mem 2}
  44. ${top name 3} ${alignc} ${top pid 3} ${top cpu 3} ${alignr}${top mem 3}
  45. ${top name 4} ${alignc} ${top pid 4} ${top cpu 4} ${alignr}${top mem 4}
  46. ${top name 5} ${alignc} ${top pid 5} ${top cpu 5} ${alignr}${top mem 5}
  47. ${top name 6} ${alignc} ${top pid 6} ${top cpu 6} ${alignr}${top mem 6}
  48.  
  49. ${color wheat3}BY MEMORY ${color azure}${stippled_hr}${color MintCream}
  50. PROCESS ${alignc} PID CPU% ${alignr}MEM%
  51. ${top_mem name 1} ${alignc} ${top_mem pid 1} ${top_mem cpu 1} ${alignr}${top_mem mem 1}
  52. ${top_mem name 2} ${alignc} ${top_mem pid 2} ${top_mem cpu 2} ${alignr}${top_mem mem 2}
  53. ${top_mem name 3} ${alignc} ${top_mem pid 3} ${top_mem cpu 3} ${alignr}${top_mem mem 3}
  54. ${top_mem name 4} ${alignc} ${top_mem pid 4} ${top_mem cpu 4} ${alignr}${top_mem mem 4}
  55. ${top_mem name 5} ${alignc} ${top_mem pid 5} ${top_mem cpu 5} ${alignr}${top_mem mem 5}
  56. ${top_mem name 6} ${alignc} ${top_mem pid 6} ${top_mem cpu 6} ${alignr}${top_mem mem 6}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement