Advertisement
Guest User

Xgamer

a guest
Apr 27th, 2009
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. font Tahoma:size=8
  2. use_xft yes
  3. xftalpha 0.9
  4. update_interval 1.0
  5. total_run_times 0
  6. own_window yes
  7. own_window_transparent no
  8. own_window_type normal
  9. own_window_hints undecorate,sticky,skip_taskbar,skip_pager
  10. own_window_colour 2D2C2A
  11. double_buffer yes
  12. minimum_size 160 5
  13. maximum_width 160
  14. draw_shades yes
  15. draw_outline no
  16. draw_borders yes
  17. border_margin 10
  18. draw_graph_borders yes
  19. default_color white
  20. default_shade_color black
  21. default_outline_color green
  22. alignment top_right
  23. gap_x 0
  24. gap_y 100
  25. no_buffers yes
  26. uppercase no
  27. cpu_avg_samples 2
  28. override_utf8_locale no
  29. uppercase no # set to yes if you want all text to be in uppercase
  30.  
  31. TEXT
  32. ${color white}${font Zekton:size=28}${alignc}${time %H:%M} ${font}${color}
  33.  
  34. ${color 996B5C}${font Zekton:style:bold:size=10}System ${hr 1}${font}${color}
  35.  
  36. Hostname: $alignr$nodename
  37. Kernel: $alignr${exec uname -r |awk -F - '{print $1}'}
  38. Uptime: $alignr$uptime_short
  39. Battery: $alignr$battery
  40.  
  41. ${color 996B5C}${font Zekton:style:bold:size=10}System Monitor ${hr 1}${font}${color}
  42.  
  43. CPU Frequency: ${alignr}${freq} MHz
  44.  
  45. CPU1 ${alignr}${cpu cpu1}%
  46. ${color white}${cpubar 4 cpu1}${color}
  47. CPU2 ${alignr}${cpu cpu2}%
  48. ${color white}${cpubar 4 cpu2}${color}
  49.  
  50. Ram ${alignr}$mem / $memmax
  51. ${membar 4}
  52.  
  53. ${color 996B5C}${font Zekton:style:bold:size=10}Filesystem ${hr 1}${font}${color}
  54.  
  55. Root: ${alignr}${fs_free /} / ${fs_size /}
  56. ${fs_bar 4 /}
  57. Home: ${alignr}${fs_free /home} / ${fs_size /home}
  58. ${fs_bar 4 /home}
  59. System: ${alignr}${fs_free /windows/System} / ${fs_size /windows/System}
  60. ${fs_bar 4 /windows/System}
  61. Xgamer: ${alignr}${fs_free /windows/Xgamer} / ${fs_size /windows/Xgamer}
  62. ${fs_bar 4 /windows/Xgamer}
  63.  
  64. ${color 996B5C}${font Zekton:style:bold:size=10}Network Monitor ${hr 1}${font}${color}
  65.  
  66. Down: ${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
  67. ${downspeedgraph eth0 25,80} ${alignr}${upspeedgraph eth0 25,80}
  68. Total:${totaldown eth0}${alignr}${totalup eth0}
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement