Advertisement
Guest User

Untitled

a guest
Apr 11th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. #==============================================================================
  2. # conky Simple
  3. # Date : 07/08/2016
  4. # Author : AndeOn
  5. # Version : v0.1
  6. # License : Distributed under the terms of GNU GPL version 2
  7. #
  8. #
  9. # conky: https://github.com/brndnmtthws/conky
  10. # conky Manager: http://www.teejeetech.in/p/conky-manager.html
  11. #==============================================================================
  12. # conky configuration
  13.  
  14. # Set to yes if you want Conky to be forked in the background
  15. background yes
  16.  
  17. # Update interval in seconds
  18. update_interval 1
  19.  
  20. # number of cpu samples to average
  21. # set to 1 to disable averaging
  22. cpu_avg_samples 2
  23.  
  24. # number of net samples to average
  25. # set to 1 to disable averaging
  26. net_avg_samples 2
  27.  
  28. # Subtract file system buffers from used memory?
  29. no_buffers yes
  30. double_buffer yes
  31. text_buffer_size 2048
  32.  
  33. # Add spaces to keep things from moving about? This only affects certain objects.
  34. use_spacer right
  35.  
  36. # This is the number of times Conky will update before quitting.
  37. # Set to zero to run forever.
  38. total_run_times 0
  39.  
  40. # Gap between borders of screen and text
  41. # same thing as passing -x at command line
  42. gap_x 40
  43. gap_y 80
  44.  
  45. # Minimum size of text area
  46. minimum_size 30 0
  47. maximum_width 290
  48.  
  49.  
  50. # Create own window instead of using desktop (required in nautilus)
  51. own_window yes
  52. own_window_type dock
  53. own_window_transparent yes
  54. own_window_argb_visual yes
  55. own_window_argb_visual yes
  56. own_window_colour 000000
  57. own_window_argb_value 0
  58. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  59.  
  60. # Text alignment, other possible values are commented
  61. #alignment top_left
  62. alignment top_right
  63. #alignment bottom_left
  64. #alignment bottom_right
  65.  
  66. # Draw shades?
  67. draw_shades no
  68.  
  69. # Draw outlines?
  70. draw_outline no
  71.  
  72. # Draw borders around text
  73. draw_borders no
  74. draw_graph_borders no
  75.  
  76. # Stippled borders?
  77. stippled_borders 0
  78.  
  79. # border margins
  80. border_margin 4
  81.  
  82. # border width
  83. border_width 1
  84.  
  85.  
  86. # Force UTF8? note that UTF8 support required XFT
  87. override_utf8_locale yes
  88.  
  89. # Use Xft?
  90. use_xft yes
  91.  
  92. # Xft font when Xft is enabled
  93. xftfont Bitstream Monospace:size=9
  94.  
  95. # Text alpha when using Xft
  96. xftalpha 0.5
  97.  
  98. # set to yes if you want all text to be in uppercase
  99. uppercase no
  100.  
  101. # Default colors and also border colors
  102. default_color white
  103. default_shade_color black
  104. default_outline_color white
  105. # Shades of Gray
  106. color1 DDDDDD
  107. color2 AAAAAA
  108. color3 888888
  109. color4 ffa54f # Orange
  110. color5 77B753 # Green
  111. color6 3a5153 # DarkGrey
  112.  
  113. # Header with base system info
  114. # stuff after 'TEXT' will be formatted on screen
  115. own_window_argb_value 0
  116. own_window_argb_visual yes
  117. own_window_colour 000000
  118. TEXT
  119. #SYSTEM DETAILS:
  120. ${font Monospace:style=Bold:pixelsize=16}${color4}SYSTEM ${color6}${hr 2}
  121. ${color}${font Monospace:size=7.2}OS: ${alignr}Arch Linux
  122. KERNEL: $alignr$sysname $kernel ($machine)
  123. UPTIME: $alignr$uptime
  124. RUNNING PROCESSES: ${alignr}$processes (${color4}$running_processes Executing${color})
  125.  
  126.  
  127. ${color4}${font Monospace:style=Bold:pixelsize=12}CPU USAGE ${color6}${hr 2 }
  128. ${color}${font Monospace:style=Bold:pixelsize=8}
  129. CORE I: CORE II:${font Monospace:size=6.5}
  130. ${freq}MHz / ${acpitemp}°C ${color3}(${cpu cpu1}%) ${color}${freq}MHz / ${acpitemp}°C ${color3}(${cpu cpu2}%)
  131. ${cpubar 5,120 cpu1} ${cpubar 5,120 cpu2}
  132. ${color}1st ${color4}${top name 1}${top cpu 1}%${alignr}${color}1st ${color4}${top name 2}${top cpu 2}%
  133. ${color}2nd ${color}${top name 3}${top cpu 3}%${alignr}${color}2nd ${color}${top name 4}${top cpu 4}%
  134. ${color}3rd ${color1}${top name 5}${top cpu 5}%${alignr}${color}3rd ${color1}${top name 6}${top cpu 6}%
  135. ${color}4th ${color2}${top name 7}${top cpu 7}%${alignr}${color}4th ${color2}${top name 8}${top cpu 8}%
  136. ${color}5th ${color3}${top name 9}${top cpu 9}%${alignr}${color}5th ${color3}${top name 10}${top cpu 10}%
  137.  
  138.  
  139. ${color4}${font Monospace:style=Bold:pixelsize=12}MEMORY USAGE ${color6}${hr 2 }
  140. ${color}${font Monospace:size=6.5}
  141. $mem / $memmax ($memperc%)
  142. ${color3}${membar 5,120}
  143. ${color}1st ${color4}${top_mem name 1}${top_mem mem 1}% ${alignr}${color}6th ${color3}${top_mem name 6}${top_mem mem 6}%
  144. ${color}2nd ${color}${top_mem name 2}${top_mem mem 2}% ${alignr}${color}7th ${color3}${top_mem name 7}${top_mem mem 7}%
  145. ${color}3rd ${color1}${top_mem name 3}${top_mem mem 3}% ${alignr}${color}8th ${color3}${top_mem name 8}${top_mem mem 8}%
  146. ${color}4th ${color2}${top_mem name 4}${top_mem mem 4}% ${alignr}${color}9th ${color3}${top_mem name 9}${top_mem mem 9}%
  147. ${color}5th ${color3}${top_mem name 5}${top_mem mem 5}% ${alignr}${color}10th ${color3}${top_mem name 10}${top_mem mem 10}%
  148.  
  149.  
  150. ${color4}${font Monospace:style=Bold:pixelsize=12}DISK USAGE ${color6}${hr 2 }
  151.  
  152. ${color}${font Monospace:style=Bold:pixelsize=11}COMPUTER:${font Monospace:size=7} ${alignr}${fs_used /}/${fs_size /}
  153. ${alignr}${color2}${fs_used_perc /}% ${color3}${fs_bar 5,120 /}
  154.  
  155. ${color4}${font Monospace:style=Bold:pixelsize=12}INTERNET ${color6}${hr 2 }
  156.  
  157.  
  158. ${color}${font Monospace:style=Bold:pixelsize=11}DOWN SPEED:${font Monospace:size=7} ${alignr} ${color2}${downspeed enp3s0} kb/s
  159. ${alignr}${color BBCCDD}${downspeedgraph enp3s0 20,290 EF5A29 EF5A29}
  160. ${color}TOTAL DOWN ${alignr}${totaldown enp3s0}
  161.  
  162. ${color}${font Monospace:style=Bold:pixelsize=11}UP SPEED:${font Monospace:size=7} ${alignr} ${color2}${upspeed enp3s0} kb/s
  163. ${alignr}${color BBCCDD}${upspeedgraph enp3s0 20,290 77B753 77B753}
  164. ${color}TOTAL UP ${alignr}${totalup enp3s0}
  165.  
  166.  
  167. ${color}${font :size=10:style=Bold}${alignc}"Talk is cheap. Show me the code"
  168. ${color}${font :size=9}${alignc}(Linus Torvalds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement