conkyrc 1.6 KB

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