Advertisement
icon_bishop

Vendetta

Nov 7th, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. # Conky Settings #
  2. conky.config = {
  3. alignment = 'top_left',
  4. maximum_width = 1340,
  5. border_width = 0,
  6. maximum_height = 700,
  7. minimum_height = 500,
  8. font = 'Z003:size=11',
  9. gap_x = 20,
  10. gap_y = 0,
  11.  
  12. own_window = true,
  13. own_window_class = 'Conky',
  14. own_window_type = 'override',
  15. own_window_transparent = true,
  16.  
  17. double_buffer = yes,
  18. background = true,
  19. use_xft = true,
  20. xftalpha = 1,
  21. update_interval = 1.0,
  22. total_run_times = 0,
  23. double_buffer = true,
  24. draw_shades = false,
  25. draw_outline = false,
  26. draw_borders = false,
  27. draw_graph_borders = true,
  28. no_buffers = true,
  29. cpu_avg_samples = 2,
  30. override_utf8_locale = true,
  31. use_spacer = 'right'
  32. }
  33.  
  34. conky.text = [[
  35. ${voffset 9}${font Pieces of Eight:size=95}${color #005c9f}${time %Y}
  36. ${voffset -125}${offset 2}${font SF Gothican:size=55}${color #009f93}${time %B}${voffset -10}${font Pieces of Eight:size=63}${color #dbdbdb}${time %d}.
  37. #
  38. ${voffset -95}${font SF Gothican:size=11}${color #9f000c}Kernel: ${color #e1a55f}${kernel}
  39. ${color #9f000c}Uptime: ${color #e1a55f}$uptime
  40. ${color #9f000c}Load: ${color #e1a55f}$loadavg
  41.  
  42. ${font SF Gothican:size=19}${color #009f93}BAT:${offset 29}${color #9f9300}${battery_short BAT1}
  43. ${voffset -9}${color #9f000c}${battery_bar 5,115 BAT1}
  44. #
  45. ${voffset -7}${color #009f93}${font SF Gothican:size=19}Pkgs: ${color #9f9300}${font Z003:size=16}${offset 5}${execi 3600 checkupdates | wc -l}
  46.  
  47. ${voffset -232}${offset 970}${font SF Gothican:Bold:size=25}${color #dbdbdb}CPU ${color #01017c}${hr 2}
  48. #
  49. ${voffset -9}${offset 1120}${font Pieces of Eight:Bold:size=19}${color #0092c9}Average ${font Z003:size=19}${cpu cpu0}%
  50. ${offset 1035}${color #edc99f}${cpugraph cpu0 25,285}
  51. #${offset 1130}${color #fc8b0a}${cpugauge cpu0 20,100}
  52. #
  53. ${voffset -7}${offset 1035}${font Pieces of Eight:siz=13}${color #c3c3c3}Core 1 ${offset 33}${font Pieces of Eight:size=13}${color #c3c3c3}Core 2 ${offset 33}${font Pieces of Eight:siz=13}${color #c3c3c3}Core 3 ${offset 33}${font Pieces of Eight:size=13}${color #c3c3c3}Core 4
  54. ${offset 1035}${font Z003:size=15}${color #e1a55f}${cpu cpu1}% ${offset 50}${font Z003:size=15}${color #e1a55f}${cpu cpu2}% ${offset 55}${font Z003:size=15}${color #e1a55f}${cpu cpu3}% ${offset 55}${font Z003:size=15}${color #e1a55f}${cpu cpu4}%
  55. ${offset 1035}${font Pieces of Eight:siz=13}${color #c3c3c3}Core 5${offset 33}${font Pieces of Eight:size=13}${color #c3c3c3}Core 6 ${offset 33}${font Pieces of Eight:siz=13}${color #c3c3c3}Core 7 ${offset 33}${font Pieces of Eight:size=13}${color #c3c3c3}Core 8
  56. ${offset 1035}${font Z003:size=15}${color #e1a55f}${cpu cpu5}% ${offset 50}${font Z003:size=15}${color #e1a55f}${cpu cpu6}% ${offset 55}${font Z003:size=15}${color #e1a55f}${cpu cpu7}% ${offset 55}${font Z003:size=15}${color #e1a55f}${cpu cpu8}%
  57. #
  58. ${voffset 5}${color #c3c3c3}${offset 1040}${font SF Gothican:Bold:size=10}${top name 1}${color #e1a55f}$alignr${font Z003}${top cpu 1}%
  59. ${color #c3c3c3}${offset 1040}${font SF Gothican:Bold:size=10}${top name 2}${color #e1a55f}$alignr${font Z003}${top cpu 2}%
  60. ${color #c3c3c3}${offset 1040}${font SF Gothican:Bold:size=10}${top name 3}${color #e1a55f}$alignr${font Z003}${top cpu 3}%
  61. ${color #c3c3c3}${offset 1040}${font SF Gothican:Bold:size=10}${top name 4}${color #e1a55f}$alignr${font Z003}${top cpu 4}%
  62. ${color #c3c3c3}${offset 1040}${font SF Gothican:Bold:size=10}${top name 5}${color #e1a55f}$alignr${font Z003}${top cpu 5}%
  63. #
  64. ${offset 1017}${font SF Gothican:Bold:size=25}${color #dbdbdb}Memory ${color #01017c}${hr 2}
  65. #
  66. ${voffset -17}${offset 1140}${font Pieces of Eight:size=13}${color #0092c9}$mem / $memmax ${color #e1a55f}${font Z003:Bold:size=13}$alignr $memperc%
  67. ${offset 1100}${color #edc99f}${membar 7,240}
  68. #
  69. ${voffset -1}${offset 1040}${color #c3c3c3}${font SF Gothican:Bold:size=10}${top_mem name 1} ${font Z003}${color #e1a55f}$alignr${top_mem mem 1}%
  70. ${offset 1040}${color #c3c3c3}${font SF Gothican:Bold:size=10}${top_mem name 2} ${font Z003}${color #e1a55f}$alignr${top_mem mem 2}%
  71. ${offset 1040}${color #c3c3c3}${font SF Gothican:Bold:size=10}${top_mem name 3} ${font Z003}${color #e1a55f}$alignr${top_mem mem 3}%
  72. ${offset 1040}${color #c3c3c3}${font SF Gothican:Bold:size=10}${top_mem name 4} ${font Z003}${color #e1a55f}$alignr${top_mem mem 4}%
  73. ${offset 1040}${color #c3c3c3}${font SF Gothican:Bold:size=10}${top_mem name 5} ${font Z003}${color #e1a55f}$alignr${top_mem mem 5}%
  74. #
  75. ${voffset -15}${offset 1017}${font Pieces of Eight:size=25}${color #dbdbdb}Storage ${color #01017c}${hr 2}
  76. #
  77. ${voffset -30}${offset 1140}${font Pieces of Eight:size=13}${color #0092c9}${fs_used /} / ${fs_size /} ${alignr}${font Z003:Bold:size=13}${color #e1a55f}${fs_used_perc /}%
  78. ${offset 1100}${color #edc99f}${fs_bar 7,240}
  79. #
  80. ${voffset -1}${offset 1140}${font Pieces of Eight:Bold:size=13}${color #dbdbdb}Swap ${font Z003:Bold:size13}${offset 5}${color #e1a55f}$swap/$swapmax - $swapperc%
  81. ${offset 1100}${swapbar 7,240}
  82. #
  83. ${offset 1017}${font Pieces of Eight:Bold:size=15}${color #dbdbd0}${if_up wlan0}wlan0${font Z003:size=13}${color #002b17}(${addr wlan0}) ${color #01017c}${hr 3}
  84. #
  85. ${voffset -2}${offset 1120}${font Z003:size=13}${color #ed3833} ${downspeed wlan0}${alignr}${color #002b17} ${upspeed wlan0}
  86. #
  87. ${voffset 145} ${font Pieces of Eight:size=13}${color #aaaaaa}Freq.MHz:${color #c99fed}$freq ${voffset 9}${font Pieces of Eight:size=13}${color #aaaaaa}Freq.GHz:${color #c99fed}$freq_g
  88. ]]
  89.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement