Guest User

Untitled

a guest
Mar 14th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. out_to_x no
  2. own_window no
  3. out_to_console yes
  4. double_buffer no
  5. background no
  6. #max_text_width 0
  7.  
  8.  
  9. # Update interval in seconds
  10. update_interval 2.0
  11.  
  12.  
  13. # This is the number of times Conky will update before quitting.
  14. # Set to zero to run forever.
  15. total_run_times 0
  16.  
  17.  
  18. # Shortens units to a single character (kiB->k, GiB->G, etc.). Default is off.
  19. short_units yes
  20.  
  21.  
  22. # How strict should if_up be when testing an interface for being up?
  23. # The value is one of up, link or address, to check for the interface
  24. # being solely up, being up and having link or being up, having link
  25. # and an assigned IP address.
  26. if_up_strictness address
  27.  
  28.  
  29. # Add spaces to keep things from moving about? This only affects certain objects.
  30. # use_spacer should have an argument of left, right, or none
  31. use_spacer left
  32.  
  33.  
  34. # Force UTF8? note that UTF8 support required XFT
  35. override_utf8_locale no
  36.  
  37.  
  38. # number of cpu samples to average
  39. # set to 1 to disable averaging
  40. cpu_avg_samples 2
  41.  
  42.  
  43. # Stuff after 'TEXT' will be formatted on screen
  44. TEXT
  45. / ${fs_free /} | \
  46. /home ${fs_free /home} | \
  47. eth0 ${if_up eth0}${addr eth0}${endif} | \
  48. CPU ${cpu cpu1}% ${freq_g 1}GHz | \
  49. RAM ${memperc}% | \
  50. ${time %a %d.%m.%y} ${time %H:%M}
Advertisement
Add Comment
Please, Sign In to add comment