Advertisement
Guest User

conky.conf

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