Advertisement
Dj_Dexter

.conkyrc

Jun 20th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. background no
  2. cpu_avg_samples 2
  3. net_avg_samples 2
  4. out_to_console no
  5. use_xft yes
  6. xftfont Bitstream Vera Sans Mono:size=8
  7. own_window_transparent yes
  8. #own_window_colour hotpink
  9. own_window_argb_visual yes
  10. own_window_argb_value 255
  11. own_window type desktop
  12. own_window_colour 262523
  13. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  14. xftalpha 0.8
  15. update_interval 1
  16. own_window yes
  17. double_buffer yes
  18. draw_shades no
  19. draw_outline no
  20. draw_borders no
  21. stippled_borders 10
  22. border_margin 4
  23. border_width 1
  24. default_color white
  25. default_shade_color white
  26. default_outline_color white
  27. gap_x 13
  28. gap_y 34
  29. alignment top_right
  30. use_spacer none
  31. no_buffers yes
  32. uppercase no
  33.  
  34. TEXT
  35. $nodename - $sysname $kernel on $machine
  36. $stippled_hr
  37. ${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg
  38. ${color lightgrey}CPU Usage:${color #5000a0} ${cpu}% ${cpubar}
  39. ${color black}${cpugraph 000000 5000a0}
  40. ${color lightgrey}RAM Usage:$color $mem/$memmax - $memperc% $membar
  41. ${color lightgrey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar}
  42. ${color lightgrey}Processes:$color $processes ${color grey}Running:$color $running_processes
  43. $color$stippled_hr
  44. ${color lightgrey}Down:${color #8844ee} ${downspeed fxp0} k/s${color lightgrey} ${offset 70}Up:${color #22ccff} ${upspeed fxp0} k/s
  45. ${color black}${downspeedgraph fxp0 32,150 ff0000 0000ff} $alignr${color black}${upspeedgraph fxp0 32,150 0000ff ff0000}
  46. ${color lightgrey}File Systems:
  47. ${color lightgrey} / $color${fs_used /}/${fs_size /} ${fs_bar /}
  48. ${color lightgrey} home/ $color${fs_used /home}/${fs_size /home} ${fs_bar /home}
  49. ${color lightgrey} usr/ $color${fs_used /usr/}/${fs_size /usr} ${fs_bar /usr}
  50. ${color lightgrey} var/ $color${fs_used /var/}/${fs_size /var} ${fs_bar /var}
  51. ${color}Name PID CPU% MEM%
  52. ${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  53. ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  54. ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  55. ${color}Mem usage
  56. ${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
  57. ${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
  58. ${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
  59. ${color #FFFFFF} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
  60. ${color #FFFFFF} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
  61. ${color #FFFFFF} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
  62. ${color #FFFFFF} ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement