Guest User

.conkyrc

a guest
Mar 12th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. out_to_x no
  2. own_window no
  3. out_to_console yes
  4. #max_text_width 0
  5. short_units yes
  6. top_name_width 5
  7.  
  8. TEXT
  9.  
  10. # JSON for i3bar
  11. [
  12. { "full_text" : "${top_mem name 9}${top cpu 9}% ${top_mem mem_res 9}" , "color" : "\#000000" },
  13. { "full_text" : "${top_mem name 8}${top cpu 8}% ${top_mem mem_res 8}" , "color" : "\#000000" },
  14. { "full_text" : "${top_mem name 7}${top cpu 7}% ${top_mem mem_res 7}" , "color" : "\#000000" },
  15. { "full_text" : "${top_mem name 6}${top cpu 6}% ${top_mem mem_res 6}" , "color" : "\#000000" },
  16. { "full_text" : "${top_mem name 5}${top cpu 5}% ${top_mem mem_res 5}" , "color" : "\#000000" },
  17. { "full_text" : "${top_mem name 4}${top cpu 4}% ${top_mem mem_res 4}" , "color" : "\#000000" },
  18. { "full_text" : "${top_mem name 3}${top cpu 3}% ${top_mem mem_res 3}" , "color" : "\#000000" },
  19. { "full_text" : "${top_mem name 2}${top cpu 2}% ${top_mem mem_res 2}" , "color" : "\#000000" },
  20. { "full_text" : "${top_mem name 1}${top cpu 1}% ${top_mem mem_res 1}" , "color" : "\#000000" },
  21. { "full_text" : "Memory ${mem}/${memmax}" , "color" : "\#000000" },
  22. { "full_text" : "CPU0 ${cpu cpu0}%" , "color" : "\#000000" },
  23. { "full_text" : "CPU1 ${cpu cpu1}%" , "color" : "\#000000" },
  24. { "full_text" : "CPU2 ${cpu cpu2}%" , "color" : "\#000000" },
  25. { "full_text" : "vol ${exec amixer get Master | grep -o -m1 "[[:digit:]]*%"}" , "color" : "\#000000" },
  26. { "full_text" : "${time %T}" , "color" : "\#000000" },
  27. { "full_text" : "${time %x}" , "color" : "\#000000" }
  28. ],
Add Comment
Please, Sign In to add comment