Advertisement
Guest User

Untitled

a guest
May 7th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1. # Use Xft?
  2. use_xft yes
  3. xftfont DejaVu Sans:size=7
  4. xftalpha 0.8
  5. text_buffer_size 1024
  6.  
  7. # Update interval in seconds
  8. update_interval 1
  9.  
  10. # This is the number of times Conky will update before quitting.
  11. # Set to zero to run forever.
  12. total_run_times 0
  13.  
  14. # Create own window instead of using desktop (required in nautilus)
  15. own_window yes
  16. own_window_transparent yes
  17. own_window_type override, lock
  18. #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  19.  
  20. # Use double buffering (reduces flicker, may not work for everyone)
  21. double_buffer yes
  22.  
  23. # Minimum size of text area
  24. minimum_size 180 0
  25. #maximum_width 200
  26.  
  27. # Draw shades?
  28. draw_shades no
  29.  
  30. # Draw outlines?
  31. draw_outline no
  32.  
  33. # Draw borders around text
  34. draw_borders no
  35.  
  36. # Stippled borders?
  37. stippled_borders 0
  38.  
  39. # border margins
  40. border_margin 5
  41.  
  42. # border width
  43. border_width 2
  44.  
  45. # Default colors and also border colors
  46. default_color white
  47. #default_shade_color white
  48. #default_outline_color black
  49. own_window_color black
  50.  
  51. # Text alignment, other possible values are commented
  52. #alignment top_left
  53. alignment top_right
  54. #alignment bottom_left
  55. #alignment bottom_right
  56.  
  57. # Gap between borders of screen and text
  58. # same thing as passing -x at command line
  59. gap_x 35
  60. gap_y 50
  61.  
  62. # Subtract file system buffers from used memory?
  63. no_buffers yes
  64.  
  65. # set to yes if you want all text to be in uppercase
  66. uppercase no
  67.  
  68. # number of cpu samples to average
  69. # set to 1 to disable averaging
  70. cpu_avg_samples 3
  71.  
  72. # number of net samples to average
  73. # set to 1 to disable averaging
  74. net_avg_samples 2
  75.  
  76. # Force UTF8? note that UTF8 support required XFT
  77. override_utf8_locale yes
  78.  
  79. # Add spaces to keep things from moving about? This only affects certain objects.
  80. use_spacer none
  81.  
  82. # top_cpu_separate
  83.  
  84. TEXT
  85. ${color orange}SYSTEM${color}${color gray} INFORMATION${color} ${color orange}${hr 2}${color}
  86. ${voffset 2}${font OpenLogos:size=16}u${font} Kernel: ${alignr}${kernel}
  87.  
  88. ${font StyleBats:size=16}B${font} CPU AVG: ${cpu cpu0}% ${alignr}${cpubar cpu0 8,60}
  89. ${font StyleBats:size=16}A${font} CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
  90. ${font StyleBats:size=16}A${font} CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
  91. ${font StyleBats:size=16}A${font} CPU3: ${cpu cpu3}% ${alignr}${cpubar cpu3 8,60}
  92.  
  93. ${font StyleBats:size=16}g${font} RAM: $memperc% ${alignr}${membar 8,60}
  94. ${font StyleBats:size=16}j${font} SWAP: $swapperc% ${alignr}${swapbar 8,60}
  95.  
  96. ${font StyleBats:size=16}q${font} Uptime: ${alignr}${uptime}
  97.  
  98. ${color orange}DATE${COLOR}${color white}/${color}${color gray}TIME${color} ${color orange}${hr 2}${color}
  99. ${alignc 35}${font Arial Black:size=26}${time %H:%M}${font}
  100. ${alignc}${time %A %d %Y}
  101.  
  102. ${color orange}HARDDRIVES${color}${color gray} & DEVICES${color} ${color orange}${hr 2}${color}
  103. ${voffset 4}${font Pie charts for maps:size=14}1${font} ${voffset -5}Root:
  104. ${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
  105. ${font Pie charts for maps:size=14}2${font} ${voffset -5}Home:
  106. ${voffset 4}${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
  107. ${font Pie charts for maps:size=14}3${font} ${voffset -5}Tranquil Rain:
  108. ${voffset 4}${fs_free /media/Tranquil Rain}/${fs_size /media/Tranquil Rain} ${alignr}${fs_bar 8,60 /media/Tranquil Rain}
  109. ${font Pie charts for maps:size=14}4${font} ${voffset -5}Stormcenter:
  110. ${voffset 4}${fs_free /media/STORMCENTER}/${fs_size /media/STORMCENTER} ${alignr}${fs_bar 8,60 /media/STORMCENTER}
  111. ${endif}
  112.  
  113. ${color orange}PROCESSES${color}${color gray} INFORMATION${color} ${color orange}${hr 2}${COLOR}
  114.  
  115. PROCESS: ${alignr} PID: ${alignr}MEM: ${alignr} CPU:
  116. ${top_mem name 1} ${alignr} ${top pid 1} ${alignr}${top_mem mem 1} ${alignr}${top cpu 1}
  117. ${top_mem name 2} ${alignr} ${top pid 2} ${alignr}${top_mem mem 2} ${alignr}${top cpu 2}
  118. ${top_mem name 3} ${alignr} ${top pid 3} ${alignr}${top_mem mem 3} ${alignr}${top cpu 3}
  119. ${top_mem name 4} ${alignr} ${top pid 4} ${alignr}${top_mem mem 4} ${alignr}${top cpu 4}
  120. ${top_mem name 5} ${alignr} ${top pid 5} ${alignr}${top_mem mem 5} ${alignr}${top cpu 5}
  121. ${top_mem name 6} ${alignr} ${top pid 6} ${alignr}${top_mem mem 6} ${alignr}${top cpu 6}
  122. ${top_mem name 7} ${alignr} ${top pid 7} ${alignr}${top_mem mem 7} ${alignr}${top cpu 7}
  123. ${top_mem name 8} ${alignr} ${top pid 8} ${alignr}${top_mem mem 8} ${alignr}${top cpu 8}
  124. ${top_mem name 9} ${alignr} ${top pid 9} ${alignr}${top_mem mem 9} ${alignr}${top cpu 9}
  125.  
  126. ${color orange}NETWORK${color}${color gray} & PORTS${color} ${color orange}${hr 2}${color}
  127. ${if_existing /proc/net/route wlan0}
  128. ${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 F57900 FCAF3E}
  129. ${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 F57900 FCAF3E}
  130. ${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup wlan0}
  131. ${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown wlan0}
  132. ${voffset 4}${font PizzaDude Bullets:size=14}Z${font} Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}
  133. ${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr wlan0}
  134. ${voffset 4}${font PizzaDude Bullets:size=14}b${font} Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
  135. ${voffset -8}${font Martin Vogel's Symbols:size=19}B${font} Gmail: ${alignr}${font DejaVu Sans:style=Bold:size=8}${execi 600 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=??? --password=??? --ssl}${font} New email(s)
  136. ${else}${if_existing /proc/net/route eth0}
  137. ${voffset -6}${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 F57900 FCAF3E}
  138. ${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 F57900 FCAF3E}
  139. ${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup eth0}
  140. ${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown eth0}
  141. ${voffset 4}${font PizzaDude Bullets:size=14}a${font} Local Ip: ${alignr}${addr eth0}
  142. ${voffset 4}${font PizzaDude Bullets:size=14}b${font} Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
  143.  
  144. Torrent: ${tcp_portmon 53989 53989 count}$color ${alignr}53989
  145. Inbound: ${alignr}Service/Port:
  146. ${tcp_portmon 1 32767 rip 0} ${alignr}${tcp_portmon 1 32767 lservice 0}
  147. ${tcp_portmon 1 32767 rip 1} ${alignr}${tcp_portmon 1 32767 lservice 1}
  148. Outbound: ${alignr}Service/Port:
  149. ${tcp_portmon 32768 61000 rip 0} ${alignr}${tcp_portmon 32768 61000 rservice 0}
  150. ${tcp_portmon 32768 61000 rip 1} ${alignr}${tcp_portmon 32768 61000 rservice 1}
  151. ${tcp_portmon 32768 61000 rip 2} ${alignr}${tcp_portmon 32768 61000 rservice 2}
  152. ${tcp_portmon 32768 61000 rip 3} ${alignr}${tcp_portmon 32768 61000 rservice 3}
  153. ${tcp_portmon 32768 61000 rip 4} ${alignr}${tcp_portmon 32768 61000 rservice 4}
  154.  
  155. Inbound:${tcp_portmon 1 32768 count} Outbound:${tcp_portmon 32768 61000 count}
  156.  
  157. Total:${tcp_portmon 1 65535 count}
  158. ${color orange}${hr 2}${COLOR}
  159. ${endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement