Advertisement
Guest User

Untitled

a guest
Aug 16th, 2010
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. n1ghtmare@debian:~$ cat .conkyrc
  2.  
  3. use_spacer yes
  4.  
  5. # set to yes if you want conky to be forked in the background
  6. background no
  7.  
  8. use_xft yes
  9.  
  10. # Xft font when Xft is enabled
  11. xftfont Bitstream Vera Sans Mono-7
  12. #xftfont Andale Mono-9
  13. #xftfont Clean-8
  14. #xftfont cubicfive10:pixelsize=8
  15. #xftfont squaredance10:pixelsize=14
  16. #xftfont swf!t_v02:pixelsize=10
  17.  
  18. # Text alpha when using Xft
  19. xftalpha 1
  20. mail_spool $MAIL
  21.  
  22. # Update interval in seconds
  23. update_interval 4.0
  24.  
  25. # Create own window instead of using desktop (required in nautilus)
  26. own_window no
  27.  
  28. # Use double buffering (reduces flicker, may not work for everyone)
  29. double_buffer yes
  30.  
  31. # Minimum size of text area
  32. minimum_size 280 5
  33.  
  34. # Draw shades?
  35. draw_shades yes
  36.  
  37. # Draw outlines?
  38. draw_outline no # amplifies text
  39.  
  40. # Draw borders around text
  41. draw_borders no
  42.  
  43. # Stippled borders?
  44. stippled_borders 0
  45.  
  46. # border margins
  47. border_margin 9
  48.  
  49. # border width
  50. border_width 1
  51.  
  52. # Default colors and also border colors, grey90 == #e5e5e5
  53. default_color grey90
  54. default_shade_color black
  55. default_outline_color DarkGrey
  56.  
  57. # Text alignment, other possible values are commented
  58. #alignment top_left
  59. alignment top_right
  60. #alignment bottom_left
  61. #alignment bottom_right
  62. gap_x 24
  63. gap_y 24
  64. no_buffers yes
  65. uppercase no
  66. TEXT
  67. ${color #ffcb48}$nodename$color ${color #828282}$sysname $kernel on
  68. $machine$color
  69. ${color #98c2c7}Batt:$color ${battery}
  70.  
  71. ${color #ffcb48}PROCESSING$color
  72. ${color #98c2c7}CPU:$color ${execi 5 cpuspeed}MHz $cpu%
  73. ${execi 5 cputemp}В°C
  74. ${color #78af78}$cpubar
  75. ${color #78af78}${cpugraph 78af78 a3a3a3}
  76.  
  77. ${color #98c2c7}NAME PID CPU% MEM%
  78. ${color #e5e5e5}${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  79. ${color #c4c4c4}${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  80. ${color #a3a3a3}${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  81. ${color #828282}${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
  82.  
  83. ${color #ffcb48}DATA$color
  84. ${color #98c2c7}RAM:$color $memperc% ${color
  85. #78af78}${membar 6}${color}
  86.  
  87. ${color #98c2c7}NAME PID CPU% MEM%
  88. ${color #e5e5e5}${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1}
  89. ${top_mem mem 1}
  90. ${color #c4c4c4}${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2}
  91. ${top_mem mem 2}
  92. ${color #a3a3a3}${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3}
  93. ${top_mem mem 3}
  94. ${color #828282}${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4}
  95. ${top_mem mem 4}
  96.  
  97. ${color #98c2c7}Swap:$color $swapperc% ${color
  98. #78af78}${swapbar 6}$color
  99. ${color #98c2c7}/:$color ${fs_free_perc /}% $fs_free ${color
  100. #78af78}${fs_bar 6 /}$color
  101.  
  102. ${color #98c2c7}Upload:$color ${upspeed eth0}kb/s${color #98c2c7}
  103. Download:$color ${downspeed eth0}kb/sn1ghtmare@debian:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement