laptop-conky-configR2 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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 slategrey
  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. ${color}date: ${color green}${time %a, %B%e %G}
  32. ${color}time: ${color green}${time %H:%M:%S}
  33. ${color}uptime:${color green} $uptime
  34. ${color}ram: used | total perc
  35. ${color green} $mem | $memmax $memperc%
  36. ${color}Active processes: ${color green} $processes
  37. ${color}cpu:
  38. ${color}Core0: ${color green} ${cpu cpu1}%
  39. ${color}Core1: ${color green}${cpu cpu2}%
  40. ${color}hz: ${color green} ${freq}Mhz
  41. ${color}Storage: free | total
  42. / ${color green}${fs_free /} | ${fs_size /}
  43. ${color}Network: down | up
  44. ${color}eth0:
  45. ${color green}${downspeed eth0}/s | ${upspeed eth0}/s
  46. ${color}wlan0:
  47. ${color green}${downspeed wlan0}/s | ${upspeed wlan0}/s