desktop-conky-configR3 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. double_buffer yes
  2. background yes
  3. use_xft yes
  4. xftfont Bitstream Vera Sans Mono:size=10
  5. xftalpha 0.8
  6. update_interval 1.0
  7. total_run_times 0
  8. own_window yes
  9. own_window_type desktop
  10. own_window_transparent yes
  11. own_window_colour black
  12. own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
  13. minimum_size 250 50
  14. maximum_width 250
  15. minimum_width 250
  16. draw_shades no
  17. draw_outline no
  18. draw_borders no
  19. stippled_borders 0
  20. border_margin 6
  21. border_width 1
  22. default_color green
  23. default_shade_color lightgrey
  24. default_outline_color green
  25. alignment top_right
  26. gap_x 20
  27. gap_y 20
  28. no_buffers yes
  29. uppercase no
  30. TEXT
  31. ${ALIGNR}${time %a %b %d %I:%M%P}
  32. ${ALIGNR}$uptime
  33. ${ALIGNR}${cpu cpu1}% ${cpu cpu2}% ${cpu cpu3}% ${cpu cpu4}%
  34. ${ALIGNR}${cpu cpu5}% ${cpu cpu6}% ${cpu cpu7}% ${cpu cpu8}% # if your CPU is an 8350 or an i7 w/ hyperthreading
  35. ${ALIGNR}${exec sensors | awk '/Core 0/ {print substr($3,2,4)}'}c ${exec sensors | awk '/Core 1/ {print substr($3,2,4)}'}c ${exec sensors | awk '/Core 2/ {print substr($3,2,4)}'}c ${exec sensors | awk '/Core 3/ {print substr($3,2,4)}'}c
  36. ${ALIGNR}$memperc% $mem/$memmax
  37. ${ALIGNR}${fs_free /}/${fs_size /}
  38. ${ALIGNR}${fs_free /media/sdb1}/${fs_size /media/sdb1}
  39. ${ALIGNR}${fs_free /media/sdc1}/${fs_size /media/sdc1}
  40. ${ALIGNR}${fs_free /home/nfsmount}/${fs_size /home/nfsmount}
  41. ${ALIGNR}${upspeed eth0}/s
  42. ${ALIGNR}${downspeed eth0}/s
  43. ${ALIGNR}${upspeed wlan0}/s
  44. ${ALIGNR}${downspeed wlan0}/s