Advertisement
Guest User

conky.conf

a guest
Jan 8th, 2022
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1.  
  2. # Conky, a system monitor, based on torsmo
  3. #
  4. # Any original torsmo code is licensed under the BSD license
  5. #
  6. # All code written since the fork of torsmo is licensed under the GPL
  7. #
  8. # Please see COPYING for details
  9. #
  10. # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
  11. # Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
  12. # All rights reserved.
  13. #
  14. # This program is free software: you can redistribute it and/or modify
  15. # it under the terms of the GNU General Public License as published by
  16. # the Free Software Foundation, either version 3 of the License, or
  17. # (at your option) any later version.
  18. #
  19. # This program is distributed in the hope that it will be useful,
  20. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. # GNU General Public License for more details.
  23. # You should have received a copy of the GNU General Public License
  24. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  25.  
  26. background yes
  27. use_xft yes
  28. xftfont 123:size=10
  29. xftalpha 0.1
  30. update_interval 0.3
  31. total_run_times 0
  32. own_window yes
  33. own_window_type normal
  34. own_window_transparent no
  35. own_window_class conky-semi
  36. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  37. own_window_argb_visual yes
  38. own_window_argb_value 0
  39. double_buffer yes
  40. minimum_size 240 5
  41. maximum_width 400
  42. draw_shades no
  43. draw_outline no
  44. draw_borders no
  45. draw_graph_borders yes
  46. default_color gray
  47. default_shade_color red
  48. default_outline_color white
  49. alignment top_right
  50.  
  51.  
  52. gap_x 55
  53. gap_y 25
  54.  
  55.  
  56. stippled_borders 3
  57. border_inner_margin 4
  58. border_width 5
  59.  
  60.  
  61. no_buffers no
  62. uppercase no
  63. cpu_avg_samples 2
  64. net_avg_samples 1
  65. #override_utf8_locale yes
  66. use_spacer right
  67. text_buffer_size 256
  68.  
  69.  
  70. TEXT
  71. ${font Arial:bold:size=10}${color #3b71a1}${color #3b71a1}NA HAJRÁ ${color #3b71a1} ${hr 8}
  72. $font${color DimGray}$sysname $kernel $alignr $machine
  73. Date $alignr${time %A, %B %e}
  74. Time $alignr${time %H:%M:%S}
  75. Uptime $alignr${uptime_short}
  76. File System $alignr${fs_type}
  77. ${font Arial:bold:size=10}${color #3b71a1}NETWORK ${color #3b71a1}${hr 2}
  78. #$font${color DimGray}IP on wlp1s0 $alignr ${addr wlp1s0}
  79. $font${color DimGray}Up $alignr ${upspeed wlp1s0}
  80. ${color DimGray}${upspeedgraph enp1s0 20,250 DimGray DimGray}
  81. ${color DimGray}Down $alignr ${downspeed wlp1s0}
  82. ${color DimGray}${downspeedgraph enp1s0 20,250 DimGray DimGray}
  83. ${color DimGray}Uploaded: $alignr ${totalup enp1s0} Downloaded: $alignr ${totaldown enp1s0}
  84. ${font Arial:bold:size=10}${color #3b71a1}PROCESSORS ${color #3b71a1}${hr 2} $font${color DimGray}
  85. Core1 ${cpu cpu1}% ${cpubar cpu1}
  86. Freq: ${freq 1}MHz
  87. Core2 ${cpu cpu2}% ${cpubar cpu2}
  88. Freq: ${freq 2}MHz
  89. Core3 ${cpu cpu3}% ${cpubar cpu3}
  90. Freq: ${freq 3}MHz
  91. Core4 ${cpu cpu4}% ${cpubar cpu4}
  92. Freq: ${freq 4}MHz
  93. Core5 ${cpu cpu5}% ${cpubar cpu5}
  94. Freq: ${freq 5}MHz
  95. Core6 ${cpu cpu6}% ${cpubar cpu6}
  96. Freq: ${freq 6}MHz
  97. Core7 ${cpu cpu7}% ${cpubar cpu7}
  98. Freq: ${freq 7}MHz
  99. Core8 ${cpu cpu8}% ${cpubar cpu8}
  100. Freq: ${freq 8}MHz
  101. ${font Arial:bold:size=10}${color #3b71a1}MEMORY ${color #3b71a1}${hr 2}
  102. $font${color DimGray}MEM $alignc $mem / $memmax $alignr $memperc%
  103. $membar
  104. ${font Arial:bold:size=10}${color #3b71a1}NVME ${color #3b71a1}${hr 2}
  105. $font${color DimGray}/home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
  106. ${fs_bar /home}
  107. ${color #3b71a1}Disk I/O: $color${diskio}
  108. ${color DimGray}Read:
  109. ${color DimGray}${diskiograph_read 20,250 DimGray DimGray 750}
  110. ${color DimGray}Write:
  111. ${color DimGray}${diskiograph_write 20,250 DimGray DimGray 750}
  112. ${color #3b71a1}Swap Usage:$color $swap${color DimGray}/${color}$swapmax - $swapperc% ${color DimGray}${swapbar}
  113. ${font Arial:bold:size=10}${color #3b71a1}TEMPERATURES ${color #3b71a1}${hr 2}
  114. $font${color DimGray}${color DimGray}CORETEMP$alignr${hwmon 7 temp 1}°C
  115. ${color DimGray}NVMETEMP$alignr${hwmon 3 temp 1}°C
  116. ${color DimGray}ACPITZ$alignr${hwmon 1 temp 1}°C
  117. ${color DimGray}SKYLAKE$alignr${hwmon 4 temp 1}°C
  118. ${color DimGray}FAN I II$alignr${hwmon 6 fan 1}rpm $alignr${hwmon 6 fan 2}rpm
  119. ${color DimGray}BATTERY$alignr${hwmon 2 in 0}Volt .
  120. ${voffset 10}${color1}${font :size=10:bold}VIDEO ${hr 2}${font}
  121. ${voffset 5}${color1}GPU :$alignr${color3}${execi 6000 nvidia-smi --query-gpu=gpu_name --format=csv,noheader,nounits}
  122. ${color1}Driver :$alignr${color3}${execi 6000 nvidia-smi --query-gpu=driver_version --format=csv,noheader,nounits}
  123. ${color1}Utilization :$alignr${color3}${exec nvidia-smi -i 0 | grep % | cut -c 61-63} %
  124. ${color1}VRAM Utilization :$alignr${color3}${exec nvidia-smi -i 0| grep % | cut -c 37-40} MB
  125. ${color DimGray}NvidiaGPU :$alignr${execi 60 nvidia-settings -query [gpu:0]/GPUCoreTemp -t}°C
  126. ${font Arial:bold:size=10}${color #3b71a1}PROCESSES ${color #3b71a1}${hr 2}
  127. $font${color #3b71a1}Total: ${color}$alignr${processes} ${color DimGray}
  128. $font${top name 1}${alignr}${top cpu 1} %
  129. $font${top name 2}${alignr}${top cpu 2} %
  130. $font${top name 3}${alignr}${top cpu 3} %
  131. $font${top name 4}${alignr}${top cpu 4} %
  132. $font${top name 5}${alignr}${top cpu 5} %
  133. $font${top name 6}${alignr}${top cpu 6} %
  134. $font${top name 7}${alignr}${top cpu 7} %
  135. $font${top name 8}${alignr}${top cpu 8} %
  136.  
  137.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement