Advertisement
Guest User

Untitled

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