Guest User

conky_i3

a guest
Jun 21st, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 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.0
  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. double_buffer yes
  18.  
  19. # How strict should if_up be when testing an interface for being up?
  20. # The value is one of up, link or address, to check for the interface
  21. # being solely up, being up and having link or being up, having link
  22. # and an assigned IP address.
  23. if_up_strictness address
  24.  
  25. # Add spaces to keep things from moving about? This only affects certain objects.
  26. # use_spacer should have an argument of left, right, or none
  27. use_spacer left
  28.  
  29. # Force UTF8? note that UTF8 support required XFT
  30. override_utf8_locale no
  31. use_xft yes
  32.  
  33. # number of cpu samples to average
  34. # set to 1 to disable averaging
  35. cpu_avg_samples 2
  36.  
  37. # Stuff after 'TEXT' will be formatted on screen
  38. TEXT
  39.  
  40. # JSON for i3bar
  41.  
  42. [#{${if_mpd_playing}"full_text" : "${mpd_smart 27}..." , "color" :
  43. #${if_match "${mpd_status}" == "Playing"}"\#FF8C00"${else}"\#008B00"${endif}${else}"full_text" : "Music stopped " , "color" : "\#ff0000"${endif} },
  44.  
  45. {"full_text" : " Home ${fs_free /home/}" , "color" : "\#FF8C00" },
  46. {"full_text" : "Root ${fs_free /} " , "color" : "\#FF8C00" },
  47.  
  48.  
  49. {"full_text" : " RAM ${memperc}%" , "color" :
  50. ${if_match ${memperc}<90}"\#008B00"${else}"\#ff0000"${endif} },
  51. {"full_text" : "cpu: ${cpu}% ", "min_width":"000%", "color" : "${if_match ${cpu} < 33}\#008B00${else}${if_match ${cpu} > 66}\#ff0000${else}\#FF8C00${endif}${endif}"},
  52. {${if_up wlan0}"full_text" : " wlan0 ${addr wlan0} ${downspeed wlan0}↓ ${upspeed wlan0}↑", "color" : "\#008B00"${else} "full_text" : " wlan0 is down", "color" : "\#ff0000"${endif} },
  53. {${if_up eth0}"full_text" : "eth0 ${addr eth0} ${downspeed eth0}↓ ${upspeed eth0}↑ ", "color" : "\#008B00"${else} "full_text" : "eth0 is down ", "color" : "\#ff0000"${endif} },
  54.  
  55. #{"full_text" : " ♫: ${mixer Vol} ", "color" : "\#FF8C00" },
  56.  
  57. {"full_text" : " ${time %Y-%m-%d}", "separator": false, "separator_block_width":3, "color" : "\#FF8C00" },
  58. {"full_text" : "${time %H:%M} ", "color" : "\#FF8C00" }
  59. ],
Advertisement
Add Comment
Please, Sign In to add comment