Advertisement
alexdevillx

My Conky Config

Jul 1st, 2011
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. use_spacer yes
  2. background no
  3. use_xft yes
  4. xftfont sans:size=10
  5. xftalpha 1
  6. update_interval 1.0
  7. total_run_times 0
  8. own_window yes
  9. own_window_transparent yes
  10. own_window_type override
  11. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  12. double_buffer yes
  13. minimum_size 100 100
  14. maximum_width 200
  15. draw_shades yes
  16. draw_outline no
  17. draw_borders no
  18. draw_graph_borders no
  19. default_color white
  20. default_shade_color black
  21. default_outline_color white
  22. alignment bottom_right
  23. gap_x 35
  24. gap_y 40
  25. no_buffers yes
  26. uppercase no
  27. cpu_avg_samples 2
  28. override_utf8_locale no
  29. default_color white
  30. color1 CC9900
  31. color2 996633
  32. no_buffers yes
  33.  
  34. TEXT
  35. ${color 996633}CPU :
  36. ${font webdings: size=15}${if_match ${cpu} >0}${color1}${else}${color2}${endif}=${if_match ${cpu} >10}${color1}${else}${color2}${endif}=${if_match ${cpu} >20}${color1}${else}${color2}${endif}=${if_match ${cpu} >30}${color1}${else}${color2}${endif}=${if_match ${cpu} >40}${color1}${else}${color2}${endif}=${if_match ${cpu} >50}${color1}${else}${color2}${endif}=${if_match ${cpu} >60}${color1}${else}${color2}${endif}=${if_match ${cpu} >70}${color1}${else}${color2}${endif}=${if_match ${cpu} >80}${color1}${else}${color2}${endif}=${if_match ${cpu} >90}${color1}${else}${color2}${endif}=${font}
  37. ${color 996633}RAM :
  38. ${font webdings: size=15}${if_match ${memperc} >0}${color1}${else}${color2}${endif}=${if_match ${memperc} >10}${color1}${else}${color2}${endif}=${if_match ${memperc} >20}${color1}${else}${color2}${endif}=${if_match ${memperc} >30}${color1}${else}${color2}${endif}=${if_match ${memperc} >40}${color1}${else}${color2}${endif}=${if_match ${memperc} >50}${color1}${else}${color2}${endif}=${if_match ${memperc} >60}${color1}${else}${color2}${endif}=${if_match ${memperc} >70}${color1}${else}${color2}${endif}=${if_match ${memperc} >80}${color1}${else}${color2}${endif}=${if_match ${memperc} >90}${color1}${else}${color2}${endif}=${font}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement