conkyrc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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 0
  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. #good blue 1994d1
  35. #medium blue 083146
  36. #dark blue 041e2c
  37. #lime 86c113
  38. color1 cdcdcd
  39. color2 efefef
  40. color3 1994d1
  41. color4 0FC4E3
  42. default_color EEEEEE
  43. # -- Lua Load -- #
  44. lua_load /home/drew/.config/conky/conkyrings.lua
  45. lua_draw_hook_pre ring_stats
  46. TEXT
  47. ${voffset 78}${goto 75}${font Ds\-Digital:size=20}${color2}${time %I}${color3}${time %M}
  48. ${goto 75}${color1}${font Nu:size=9}Uptime:
  49. ${goto 75}${font Nu:size=9}${uptime_short}
  50. ${voffset 35}${font snap:size=7}${goto 40}${color}CPU
  51. ${voffset 5}${goto 52}${color3}${execi 10 sensors coretemp-isa-0000 | grep Physical | cut -c 18-21}°C
  52. ${goto 52}${color2}${freq_g 1}GHz
  53. ${voffset -37}${goto 138}${color}MEM
  54. ${voffset 5}${goto 109}${color3}${swap}
  55. ${goto 109}${color2}${mem}
  56. ${voffset 56}${goto 40}${color}NET
  57. ${voffset -40}${goto 52}${color2}${downspeedf wlp3s0}
  58. ${goto 52}${color3}${upspeedf wlp3s0}
  59. ${voffset 6}${goto 138}${color}HDD
  60. ${voffset -40}${goto 108}${color2}${fs_free /home}
  61. ${goto 60}${goto 108}${color3}${fs_free /}
  62. ${color1}${voffset 45}${goto 55}${font Nu:size=9}${execi 3600 uname -r}