Advertisement
Guest User

wheel

a guest
May 18th, 2009
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. background no
  2. font Sans:size=8
  3. #xftfont Sans:size=8
  4. use_xft yes
  5. xftalpha 0.9
  6. update_interval 4.0
  7. total_run_times 0
  8. own_window yes
  9. own_window_type normal
  10. own_window_transparent yes
  11. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  12. double_buffer yes
  13. minimum_size 200 5
  14. maximum_width 200
  15. draw_shades yes
  16. draw_outline no
  17. draw_borders no
  18. draw_graph_borders yes
  19. default_color gray
  20. default_shade_color black
  21. default_outline_color green
  22. alignment top_right
  23. gap_x 12
  24. gap_y 35
  25. no_buffers yes
  26. uppercase no
  27. cpu_avg_samples 2
  28. override_utf8_locale yes
  29. uppercase no # set to yes if you want all text to be in uppercase
  30.  
  31. TEXT
  32. ${font monospace:size=10:bold}${color lightblue}${alignr}RENDSZER
  33.  
  34. ${font monospace:size=14}${color white}${alignc}${time %H:%M}
  35. ${font sans:size=10}${color white}${alignc}${time %G}. ${time %B} ${time %e}. (${time %A})
  36.  
  37. ${font}${color}G�pn�v ${alignr} ${nodename}
  38. Kernel $alignr $kernel
  39. �zemidő $alignr $uptime
  40.  
  41. Terhel�s ${alignr} ${loadavg}
  42. CPU Hőm�rs�klet ${alignr} ${hwmon temp 1}˚C
  43. CPU Ventil�tor ${alignr} ${hwmon fan 1}rpm
  44.  
  45. /var/log/messages${alignr}${color white}${exec ls -l --block-size=kB /var/log/messages | cut -d" " -f5}
  46.  
  47. ${font monospace:size=10:bold}${color lightblue}${alignr}ERŐFORR�SOK
  48.  
  49. ${font}${color}CPU 1 (${freq_g 1}GHz) ${alignr} ${cpu cpu1}%
  50. ${cpubar cpu1 3}
  51. CPU 2 (${freq_g 1}GHz) ${alignr} ${cpu cpu2}%
  52. ${cpubar cpu2 3}
  53.  
  54. Mem�ria ($mem) ${alignr} ${memperc}%
  55. ${membar 3}
  56. Swap ($swap) ${alignr} ${swapperc}%
  57. ${swapbar 3}
  58.  
  59. ${font monospace:size=10:bold}${color lightblue}${alignr}FOLYAMATOK
  60.  
  61. ${font}${color}�sszesen (Fut)${alignr} ${processes} ($running_processes)
  62.  
  63. CPU haszn�lat ${alignr} %
  64.  
  65. ${top name 1} ${alignr} ${color white}${top cpu 1}${color}
  66. ${top name 2} ${alignr} ${top cpu 2}
  67. ${top name 3} ${alignr} ${top cpu 3}
  68. ${top name 4} ${alignr} ${top cpu 4}
  69.  
  70. Mem�ria haszn�lat ${alignr} %
  71.  
  72. ${top_mem name 1} $alignr ${color white}${top_mem mem 1}${color}
  73. ${top_mem name 2} $alignr ${top_mem mem 2}
  74. ${top_mem name 3} $alignr ${top_mem mem 3}
  75. ${top_mem name 4} $alignr ${top_mem mem 4}
  76.  
  77. ${font monospace:size=10:bold}${color lightblue}${alignr}F�JLRENDSZEREK
  78.  
  79. ${font}${color}root ${alignr} ${fs_free /}
  80. ${fs_bar 3 /}
  81. home ${alignr} ${fs_free /home}
  82. ${fs_bar 3 /home}
  83.  
  84. ${font monospace:size=10:bold}${color lightblue}${alignr}H�L�ZAT
  85.  
  86. ${font}${color}Let�lt�s ${alignr} ${downspeedf eth0}k/s
  87. �sszesen ${alignr} ${totaldown eth0}
  88.  
  89. Felt�lt�s ${alignr} ${upspeedf eth0}k/s
  90. �sszesen ${alignr} ${totalup eth0}
  91.  
  92. Torrent kapcsolatok ${alignr} ${color white} ${tcp_portmon 6881 6881 count}
  93.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement