Advertisement
retnet

conky conf - retnet

Mar 28th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. # the list of variables has been removed from this file in favour
  2. # of keeping the documentation more maintainable.
  3. # Check http://conky.sf.net for an up-to-date-list.
  4.  
  5. # set to yes if you want Conky to be forked in the background
  6. background yes
  7.  
  8. # X font when Xft is disabled, you can pick one with program xfontsel
  9. #font 5x7
  10. #font 6x10
  11. font 7x10
  12. #font 8x13
  13. #font 9x15
  14. #font *mintsmild.se*
  15. #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
  16.  
  17. # Use Xft?
  18. use_xft no
  19.  
  20. # Xft font when Xft is enabled
  21. xftfont Bitstream Vera Sans Mono:size=11
  22.  
  23. # Text alpha when using Xft
  24. xftalpha 0.8
  25.  
  26. # Print everything to stdout?
  27. # out_to_console no
  28.  
  29. # Print everything to console?
  30. # out_to_console no
  31.  
  32. # Update interval in seconds
  33. update_interval 1.0
  34.  
  35. # This is the number of times Conky will update before quitting.
  36. # Set to zero to run forever.
  37. total_run_times 0
  38.  
  39. #own_window_title Parted Magic - conky
  40.  
  41. # Create own window instead of using desktop (required in nautilus)
  42. own_window yes
  43.  
  44. # If own_window is yes, you may use type normal, desktop or override
  45. own_window_type normal
  46.  
  47. # Use pseudo transparency with own_window?
  48. own_window_transparent yes
  49.  
  50. # If own_window_transparent is set to no, you can set the background colour here
  51. own_window_colour black
  52.  
  53. # If own_window is yes, these window manager hints may be used
  54. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  55. #own_window_hints below,skip_taskbar,skip_pager
  56.  
  57. # Use double buffering (reduces flicker, may not work for everyone)
  58. double_buffer yes
  59.  
  60. # Minimum size of text area
  61. minimum_size 220 5
  62.  
  63. # Draw shades?
  64. draw_shades yes
  65.  
  66. # Draw outlines?
  67. draw_outline no
  68.  
  69. # Draw borders around text
  70. draw_borders no
  71.  
  72. # Draw borders around graphs
  73. draw_graph_borders yes
  74.  
  75. # Stippled borders?
  76. stippled_borders 4
  77.  
  78. # border margins
  79. border_inner_margin 4
  80.  
  81. # border width
  82. border_width 1
  83.  
  84. # Default colors and also border colors
  85. default_color white
  86. default_shade_color black
  87. default_outline_color black
  88.  
  89. # Text alignment, other possible values are commented
  90. #alignment top_left
  91. alignment top_right
  92. #alignment bottom_left
  93. #alignment bottom_right
  94. #alignment none
  95.  
  96. # Gap between borders of screen and text
  97. # same thing as passing -x at command line
  98. gap_x 15
  99. gap_y 15
  100.  
  101. # Subtract file system buffers from used memory?
  102. no_buffers yes
  103.  
  104. # set to yes if you want all text to be in uppercase
  105. uppercase no
  106.  
  107. # number of cpu samples to average
  108. # set to 1 to disable averaging
  109. cpu_avg_samples 2
  110.  
  111. # number of net samples to average
  112. # set to 1 to disable averaging
  113. net_avg_samples 2
  114.  
  115. # Force UTF8? note that UTF8 support required XFT
  116. override_utf8_locale no
  117.  
  118. # Add spaces to keep things from moving about? This only affects certain objects.
  119. use_spacer none
  120.  
  121. TEXT
  122. $color$stippled_hr
  123. $color$stippled_hr
  124. $color$stippled_hr
  125. ${color goldenrod}Hostname: $nodename
  126. ${color goldenrod}Linux Kernel: $kernel
  127. ${color goldenrod}CPU Details: $machine, $freq(MHz)
  128. $color$stippled_hr
  129.  
  130. ${color}CPU History: ${color darkgreen}${cpugraph 30,0 0000ff 00ff00}
  131. ${color}CPU Usage:${color magenta2} $cpu% ${cpubar 11,0}
  132.  
  133. ${color}RAM Usage:${color green} $mem ($memperc%) ${membar 11,0}
  134. ${color}Available RAM:${color green} $memmax
  135. ${if_match "$battery" != ""}
  136. ${color}ACPI Battery: ${color DeepSkyBlue}$battery_short ${battery_bar 11,0}
  137. ${color}Remaining time: ${color DeepSkyBlue}$battery_time
  138. $endif
  139. $color$stippled_hr
  140. $alignc${color}Processes:$color $processes ${color grey}Running:$color $running_processes
  141. $alignc${color}(top 5 sorted by CPU usage)
  142. ${color goldenrod} NAME PID CPU% MEM%
  143. ${color} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  144. ${color} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  145. ${color} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  146. ${color} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
  147. ${color} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
  148.  
  149. $alignc${color}(top 5 sorted by MEM usage)
  150. ${color goldenrod} NAME PID CPU% MEM%
  151. ${color} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
  152. ${color} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
  153. ${color} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
  154. ${color} ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
  155. ${color} ${top_mem name 5} ${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}
  156. $color$stippled_hr
  157. $alignc${color}System Uptime:${color DarkOrange1} $uptime
  158. ${color}${color slate grey}NET:
  159. ${color}${color}Up: ${color }${upspeed usb0} k/s
  160. ${color}${upspeedgraph usb0 20,130 000000 ffffff}
  161. ${color}${color}Down: ${color }${downspeed usb0}k/s${color}
  162. ${color}${downspeedgraph usb0 20,130 000000 ffffff}
  163.  
  164. ####################################
  165. sudo apt-get install conky
  166. screenshot =
  167. http://postimg.org/image/cxs6cpo6f/
  168.  
  169. change usb0 to your ether name, ex: eth0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement