conkyrc 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # -- Conky settings -- #
  2. update_interval 1
  3. cpu_avg_samples 2
  4. net_avg_samples 2
  5. double_buffer yes
  6. # -- Window specifications -- #
  7. own_window yes
  8. own_window_type desktop
  9. own_window_hints below,skip_taskbar,skip_pager,undecorated
  10. minimum_size 200 800
  11. maximum_width 200
  12. alignment top_right
  13. gap_x 0
  14. gap_y 25
  15. # -- Text settings -- #
  16. use_xft yes
  17. xftfont Sans:size=24
  18. color1 cdcdcd
  19. color2 efefef
  20. color3 1994d1
  21. color4 0FC4E3
  22. default_color eeeeee
  23. # -- Lua Load -- #
  24. lua_load $HOME/.config/conky/conkyrings.lua
  25. lua_draw_hook_pre ring_stats
  26. TEXT
  27. ${voffset 81}${goto 75}${font Ds\-Digital:size=20}${color2}${time %I}${color3}${time %M}
  28. ${goto 75}${color1}${font Nu:size=9}Uptime:
  29. ${goto 75}${font Nu:size=9}${uptime_short}
  30. ${voffset 40}${font snap:size=7}${goto 40}${color}CPU
  31. ${voffset 5}${goto 52}${color3}${execi 10 sensors coretemp-isa-0000 | grep Physical | cut -c 18-21}°C
  32. ${goto 52}${color2}${freq_g 1}GHz
  33. ${voffset -35}${goto 138}${color}MEM
  34. ${voffset 5}${goto 109}${color3}${swap}
  35. ${goto 109}${color2}${mem}
  36. ${voffset 60}${goto 40}${color}NET
  37. ${voffset -40}${goto 52}${color2}${downspeedf wlp3s0}
  38. ${goto 52}${color3}${upspeedf wlp3s0}
  39. ${voffset 10}${goto 138}${color}HDD
  40. ${voffset -40}${goto 108}${color2}${fs_free /home}
  41. ${goto 60}${goto 108}${color3}${fs_free /}
  42. ${color1}${voffset 45}${goto 55}${font Nu:size=9}${execi 3600 uname -r}