.conkyrc 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # || Conky config ||
  2. #
  3. # --|| General ||--
  4. own_window true
  5. own_window_type override
  6. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  7. own_window_transparent true
  8. double_buffer true
  9. update_interval 2
  10. # --|| Geometry ||--
  11. alignment tr
  12. gap_x 17
  13. gap_y 34
  14. minimum_size 240
  15. maximum_width 240
  16. border_outer_margin 0
  17. border_inner_margin 0
  18. # --|| Colours ||--
  19. default_color white
  20. default_outline_color 3F3F3F
  21. # --|| Font ||--
  22. use_xft true
  23. font PublicSans:size=9
  24. draw_outline yes
  25. # --|| Other ||--
  26. short_units true
  27. # --|| Widget layout ||--
  28. TEXT
  29. ${alignr 118}${font Public Sans:size=32}${time %-H:%M}
  30. ${offset 126}${voffset -72}${font Public Sans:size=12}${time %A}
  31. ${offset 126}${voffset -2}${time %B %-d}
  32. ${voffset -1}$stippled_hr
  33. ${voffset -7}${font Public Sans:Bold:size=9}Host name${alignr 0}${font}$nodename
  34. ${voffset -4}$stippled_hr
  35. ${font Public Sans:Bold:size=9}System info
  36. ${voffset 4}${font}Operating system
  37. ${offset 24}${voffset 4}${exec cat /etc/lsb-release | grep -ie "DISTRIB_DESCRIPTION" | sed -e 's/.*=//;s/\"//g'}
  38. ${voffset 4}Kernel version and architecture
  39. ${offset 24}${voffset 4}$kernel on $machine
  40. ${voffset -4}$stippled_hr
  41. ${font Public Sans:Bold:size=9}System status
  42. ${voffset 4}General
  43. ${voffset 4}${font}Up time${alignr 0}$uptime
  44. ${voffset 4}${font Public Sans:Bold:size=9}Battery${alignr 0}${font}$battery
  45. ${voffset 1}${battery_bar 5,239}
  46. ${voffset 5}${font Public Sans:Bold:size=9}CPU
  47. ${offset 122}${voffset -15}${font}Temparature${alignr 0}$acpitemp°C
  48. ${voffset 4}Core 1${alignr 122}${cpu cpu1}%
  49. ${offset 122}${voffset -15}Core 2${alignr 0}${cpu cpu2}%
  50. ${cpugraph cpu1 17,117}${offset 5}${cpugraph cpu2 17,117}
  51. ${voffset -4}Core 3${alignr 122}${cpu cpu3}%
  52. ${offset 122}${voffset -15}Core 4${alignr 0}${cpu cpu4}%
  53. ${cpugraph cpu3 17,117}${offset 5}${cpugraph cpu4 17,117}
  54. ${font Public Sans:Bold:size=9}Memory${alignr 0}${font}$mem ($memperc%) / $memmax
  55. ${voffset 1}${membar 5,239}
  56. ${voffset -5}$stippled_hr
  57. ${font Public Sans:Bold:size=9}Storage status
  58. ${voffset 4}${font}System${alignr 0}$fs_used ($fs_free_perc%) / $fs_size
  59. ${voffset 1}${fs_bar 5,239}
  60. ${voffset 1}User${alignr 0}${fs_used /home/} (${fs_free_perc /home/}%) / ${fs_size /home/}
  61. ${voffset 1}${fs_bar 5,239 /home/}
  62. ${voffset -5}$stippled_hr
  63. ${font Public Sans:Bold:size=9}Network status
  64. ${voffset 4}${font}Up${alignr 122}${upspeed enp0s20u1} = ${totalup enp0s20u1}
  65. ${offset 122}${voffset -15}Down${alignr 0}${downspeed enp0s20u1} = ${totaldown enp0s20u1}
  66. ${upspeedgraph enp0s20u1 17,117}${offset 5}${downspeedgraph enp0s20u1 17,117}