Advertisement
ktostupid

.conkyrc(i3wm1)

May 21st, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. #run in console out of X
  2. out_to_x no
  3. own_window no
  4. out_to_console yes
  5. background no
  6. max_text_width 0
  7.  
  8. #behaviour
  9. update_interval 1.0
  10.  
  11. # number of cpu samples to average
  12. # set to 1 to disable averaging
  13. cpu_avg_samples 2
  14.  
  15. # Add spaces to keep things from moving about? This only affects certain objects.
  16. # use_spacer should have an argument of left, right, or none
  17. use_spacer left
  18.  
  19. # Force UTF8? note that UTF8 support required XFT
  20. override_utf8_locale yes
  21.  
  22. #font
  23. use_xft yes
  24. xftfont terminus:size=8
  25.  
  26. # JSON for i3bar
  27. # Stuff after 'TEXT' will be formatted on screen
  28.  
  29. TEXT
  30. [\
  31. # GMAIL:
  32. {"full_text":"✉ GMAIL:","color":"\#AA0000","separator":false,"separator_block_width":6},\
  33. {"full_text":"${execpi 300 ~/.gmail}","color":"\#D23D3D","separator":false,"separator_block_width":6},\
  34. # |:
  35. {"full_text":"|","color":"\#6D878D","separator":false,"separator_block_width":6},\
  36. # Memory:
  37. {"full_text":"☰ MEM:","color":"\#FEA63C","separator":false,"separator_block_width":0},\
  38. {"full_text":"${mem}","color":"\#FFE863","separator":false,"separator_block_width":6},\
  39. # |:
  40. {"full_text":"|","color":"\#6D878D","separator":false,"separator_block_width":6},\
  41. # CPU:
  42. {"full_text":"☠ CPU:","color":"\#66AABB","separator":false,"separator_block_width":6},\
  43. {"full_text":"${cpu cpu0}%","color":"\#AACCBB","separator":false,"separator_block_width":6},\
  44. # |:
  45. {"full_text":"|","color":"\#6D878D","separator":false,"separator_block_width":6},\
  46. # CPU temperature:
  47. {"full_text":"☢ CPU TEMP:","color":"\#B7CE42","separator":false,"separator_block_width":0},\
  48. {"full_text":"${hwmon temp 1}°C","color":"\#BDE077","separator":false,"separator_block_width":6},\
  49. # |:
  50. {"full_text":"|","color":"\#6D878D","separator":false,"separator_block_width":6},\
  51. # ROOT:
  52. {"full_text":"☭ ROOT:","color":"\#B7416E","separator":false,"separator_block_width":6},\
  53. {"full_text":"${fs_free /}","color":"\#E16A98","separator":false,"separator_block_width":6},\
  54. # |:
  55. {"full_text":"|","color":"\#6D878D","separator":false,"separator_block_width":6},\
  56. # Data:
  57. {"full_text":"${time %d}.${time %m} ${time %a}, ${time %H:%M}","color":"\#1793D1","separator":false}\
  58. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement