Advertisement
Guest User

trey

a guest
Nov 1st, 2008
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1. # Conky sample configuration
  2. #
  3. # the list of variables has been removed from this file in favour
  4. # of keeping the documentation more maintainable.
  5. # Check http://conky.sf.net for an up-to-date-list.
  6.  
  7. # set to yes if you want Conky to be forked in the background
  8. background no
  9.  
  10. # X font when Xft is disabled, you can pick one with program xfontsel
  11. #font 5x7
  12. #font 6x10
  13. #font 7x13
  14. #font 8x13
  15. #font 9x15
  16. #font *mintsmild.se*
  17. #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
  18.  
  19. # Use Xft?
  20. use_xft yes
  21.  
  22. # Xft font when Xft is enabled
  23. xftfont Sans Mono:size=6
  24.  
  25. # Text alpha when using Xft
  26. xftalpha 0.8
  27.  
  28. # Print everything to stdout?
  29. # out_to_console no
  30.  
  31. # MPD host/port
  32. # mpd_host localhost
  33. # mpd_port 6600
  34. # mpd_password tinker_bell
  35.  
  36. # Print everything to console?
  37. # out_to_console no
  38.  
  39. # mail spool
  40. # mail_spool $MAIL
  41.  
  42. # Update interval in seconds
  43. update_interval 2.0
  44.  
  45. # This is the number of times Conky will update before quitting.
  46. # Set to zero to run forever.
  47. total_run_times 0
  48.  
  49. # Create own window instead of using desktop (required in nautilus)
  50. own_window yes
  51.  
  52. # If own_window is yes, you may use type normal, desktop or override
  53. own_window_type normal
  54.  
  55. # Use pseudo transparency with own_window?
  56. own_window_transparent yes
  57.  
  58. # If own_window_transparent is set to no, you can set the background colour here
  59. own_window_colour hotpink
  60.  
  61. # If own_window is yes, these window manager hints may be used
  62. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  63.  
  64. # Use double buffering (reduces flicker, may not work for everyone)
  65. double_buffer yes
  66.  
  67. # Minimum size of text area
  68. minimum_size 190 725
  69.  
  70. # Draw shades?
  71. draw_shades yes
  72.  
  73. # Draw outlines?
  74. draw_outline no
  75.  
  76. # Draw borders around text
  77. draw_borders yes
  78.  
  79. # Draw borders around graphs
  80. draw_graph_borders no
  81.  
  82. # Stippled borders?
  83. stippled_borders no
  84.  
  85. # border margins
  86. border_margin 8
  87.  
  88. # border width
  89. border_width 1
  90.  
  91. # Default colors and also border colors
  92. default_color 4d6f56
  93. default_shade_color black
  94. default_outline_color black
  95.  
  96. # Text alignment, other possible values are commented
  97. #alignment top_left
  98. alignment top_right
  99. #alignment bottom_left
  100. #alignment bottom_right
  101. #alignment none
  102.  
  103. # Gap between borders of screen and text
  104. # same thing as passing -x at command line
  105. gap_x 10
  106. gap_y 38
  107.  
  108. # Subtract file system buffers from used memory?
  109. no_buffers yes
  110.  
  111. # set to yes if you want all text to be in uppercase
  112. uppercase no
  113.  
  114. # number of cpu samples to average
  115. # set to 1 to disable averaging
  116. cpu_avg_samples 2
  117.  
  118. # number of net samples to average
  119. # set to 1 to disable averaging
  120. net_avg_samples 2
  121.  
  122. # Force UTF8? note that UTF8 support required XFT
  123. override_utf8_locale yes
  124.  
  125. # Add spaces to keep things from moving about? This only affects certain objects.
  126. use_spacer no
  127.  
  128. # Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
  129. #max_port_monitor_connections 256
  130.  
  131. # Maximum number of special things, e.g. fonts, offsets, aligns, etc.
  132. #max_specials 512
  133.  
  134. # Maximum size of buffer for user text, i.e. below TEXT line.
  135. max_user_text 3366
  136.  
  137. # Maximum width of window
  138. maximum_width 190
  139.  
  140. # variable is given either in format $variable or in ${variable}. Latter
  141. # allows characters right after the variable and must be used in network
  142. # stuff because of an argument
  143.  
  144. # stuff after 'TEXT' will be formatted on screen
  145.  
  146. TEXT
  147. ${alignc}${color #7a7a7a}$nodename - $sysname $kernel on $machine
  148.  
  149. ${color #836226}SYSTEM INFO $stippled_hr
  150.  
  151. ${color #7a7a7a}Uptime: ${color #4D6F56} $uptime
  152. ${color #7a7a7a}Load: ${color #4D6F56} $loadavg
  153.  
  154. ${color #7a7a7a}CPU: ${color #4D6F56}$cpu% ${color #7a7a7a}| ${color #4D6F56}$freq_g GHz
  155. ${color #4D6F56}${cpubar}
  156. ${color #4D6F56}${cpugraph 0 11,188 836226 4d6f56}
  157.  
  158. ${color #7a7a7a}MEM: ${color #4D6F56}$mem ${color #7a7a7a}| ${color #4D6F56}$memmax ${color #7a7a7a}| ${color #4D6F56}$memperc%
  159. ${color #4D6F56}${membar}
  160.  
  161. ${color #7a7a7a}DISK IO:${offset 30}${color #4D6F56}${diskio}
  162. ${color #7a7a7a}DISK temp:${offset 15}${color #4D6F56}${hddtemp /dev/sda}
  163. ${color #4D6F56}${diskiograph 11,188}
  164.  
  165. ${color #836226}FILE SYSTEMS $stippled_hr
  166.  
  167. ${color #7a7a7a}/ ${color #4D6F56}${fs_used /} ${color #7a7a7a}| ${color #4D6F56}${fs_size /} ${color #7a7a7a}| ${color #4D6F56}$fs_used_perc%
  168. ${color #4D6F56}${fs_bar /}
  169.  
  170.  
  171. ${color #7a7a7a}SWAP ${color #4D6F56}$swap ${color #7a7a7a}| ${color #4D6F56}$swapmax ${color #7a7a7a}| ${color #4D6F56}$swapperc%
  172. ${color #4D6F56}${swapbar}
  173.  
  174.  
  175. ${color #836226}NETWORKING $stippled_hr
  176.  
  177.  
  178. ${color #7a7a7a}ETH0: ${color #4D6F56}${addr eth0}
  179. ${color #4D6F56}${downspeedgraph eth0 11,90 836226 4d6f56}${offset 8}${color #4D6F56}${upspeedgraph eth0 11,90 4d6f56 836226}
  180. ${color #7a7a7a}download: ${color #4D6F56} ${downspeed eth0} k/s ${alignr} ${color #7a7a7a}upload:${color #4D6F56} ${upspeed eth0} k/s
  181.  
  182.  
  183. ${color #7a7a7a}WLAN0: ${color #4D6F56}${addr wlan0}
  184. ${color #4D6F56}${downspeedgraph wlan0 11,90 836226 4d6f56}${offset 8}${color #4D6F56}${upspeedgraph wlan0 11,90 4d6f56 836226}
  185. ${color #7a7a7a}download: ${color #4D6F56} ${downspeed wlan0} k/s ${alignr} ${color #7a7a7a}upload:${color #4D6F56} ${upspeed wlan0} k/s
  186.  
  187.  
  188. ${color #7a7a7a}PPP0: ${color #4D6F56}${addr ppp0}
  189. ${color #4D6F56}${downspeedgraph ppp0 11,90 836226 4d6f56}${offset 8}${color #4D6F56}${upspeedgraph ppp0 11,90 4d6f56 836226}
  190. ${color #7a7a7a}download: ${color #4D6F56} ${downspeed ppp0} k/s ${alignr} ${color #7a7a7a}upload:${color #4D6F56} ${upspeed ppp0} k/s
  191.  
  192.  
  193. ${color #836226}TV $stippled_hr
  194.  
  195. ${color #7a7a7a}RTL Klub
  196.  
  197. ${color #4d6f56}${rss http://tv.animare.hu/rssfeed.aspx?tartalom=aktualistvmusor&tvcsatorna=5 15 item_titles 3}
  198.  
  199. ${color #7a7a7a}TV2
  200.  
  201. ${color #4d6f56}${rss http://tv.animare.hu/rssfeed.aspx?tartalom=aktualistvmusor&tvcsatorna=3 15 item_titles 3}
  202.  
  203. ${color #7a7a7a}Viasat3
  204.  
  205. ${color #4d6f56}${rss http://tv.animare.hu/rssfeed.aspx?tartalom=aktualistvmusor&tvcsatorna=16 15 item_titles 3}
  206.  
  207. ${color #836226} $stippled_hr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement