Advertisement
Guest User

conky freeze

a guest
Oct 3rd, 2012
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. alignment top_left
  2. background yes
  3. border_width 0
  4. cpu_avg_samples 2
  5. default_color white
  6. default_outline_color white
  7. default_shade_color white
  8. double_buffer yes
  9. draw_borders no
  10. draw_outline no
  11. draw_shades no
  12. extra_newline no
  13. gap_x 5
  14. gap_y 5
  15. no_buffers yes
  16. net_avg_samples 2
  17. out_to_console no
  18. out_to_stderr no
  19. own_window yes
  20. own_window_transparent yes
  21. own_window_type desktop
  22. show_graph_range no
  23. show_graph_scale no
  24. short_units true
  25. stippled_borders 0
  26. update_interval 5
  27. uppercase no
  28. use_spacer none
  29. font -*-terminus-*-*-*-*-*-*-*-*-*-*-*-*
  30.  
  31. TEXT
  32. ${color grey}snd: ${color}${mixer}%
  33. ${color grey}bat: ${color green}${if_match "$apm_battery_life"<=" 5%"}${color red}${endif}${apm_battery_life}
  34.  
  35. ${color grey}cpu: ${color}${freq} MHz${color grey}, load: ${color}${cpu}%${color grey}, t: ${color green}${if_match $acpitemp>=60}${color yellow}${endif}${if_match $acpitemp>=70}${color red}${endif}${acpitemp}C
  36. ${color grey}ram: ${color}$mem | $memmax ($memperc%)
  37. ${color grey}swp: ${color}$swap | $swapmax ($swapperc%)
  38.  
  39. ${color grey}net:${color}${if_up wlan0} wlan0${endif}${if_up re0} re0${endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement