Advertisement
Guest User

conky1

a guest
Jan 1st, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.73 KB | None | 0 0
  1. ##################
  2. ## VinDSL ##
  3. ##################
  4.  
  5. ####
  6. ## Use XFT?
  7. #
  8. use_xft yes
  9. xftfont LiberationSans:size=9
  10. xftalpha 0.1
  11. text_buffer_size 2048
  12.  
  13. ####
  14. ## Update interval in seconds.
  15. #
  16. update_interval 1.5
  17.  
  18. ####
  19. ## This is the number of times Conky will update before quitting.
  20. # Set to zero to run forever.
  21. total_run_times 0
  22.  
  23. ####
  24. ## Create own window instead of using desktop (required in nautilus)?
  25. #
  26. own_window yes
  27. own_window_type normal
  28. own_window_transparent yes
  29. own_window_hints undecorate,sticky,skip_taskbar,skip_pager
  30.  
  31. ####
  32. ## Use double buffering? Reduces flicker.
  33. #
  34. double_buffer yes
  35.  
  36. ####
  37. ## Minimum size of text area.
  38. #
  39. minimum_size 245 0
  40. # maximum_width 250
  41.  
  42. ####
  43. ## Draw shades?
  44. #
  45. draw_shades no
  46.  
  47. ####
  48. ## Draw outlines?
  49. #
  50. draw_outline no
  51.  
  52. ####
  53. ## Draw borders around text?
  54. #
  55. draw_borders no
  56.  
  57. ####
  58. ## Draw borders around graphs?
  59. #
  60. draw_graph_borders no
  61.  
  62. ####
  63. ## Text alignment.
  64. #
  65. alignment top_right
  66.  
  67. ####
  68. ## Gap between screen borders and text.
  69. #
  70. gap_x 1350
  71. gap_y 30
  72.  
  73. ####
  74. ## Subtract file system buffers from used memory?
  75. #
  76. no_buffers yes
  77.  
  78. ####
  79. ## Set to yes, if you want all text to be in uppercase.
  80. #
  81. uppercase no
  82.  
  83. ####
  84. ## Number of cpu samples to average.
  85. # Set to 1 to disable averaging.
  86. cpu_avg_samples 2
  87.  
  88. ####
  89. ## Number of net samples to average.
  90. # Set to 1 to disable averaging.
  91. net_avg_samples 2
  92.  
  93. ####
  94. ## Force UTF8? UTF8 support requires XFT. Displays
  95. # degree symbol in conkyForecast (instead of °).
  96. override_utf8_locale yes
  97.  
  98. ####
  99. ## Add spaces to keep things from moving around?
  100. # Only affects certain objects.
  101. use_spacer right
  102.  
  103. ####
  104. ## My colors
  105. #
  106. color0 White
  107. color1 Ivory
  108. color2 Ivory2
  109. color3 Ivory3
  110. color4 Tan1
  111. color5 Tan2
  112. color6 Gray
  113. color7 AntiqueWhite4
  114. color8 DarkSlateGray
  115. color9 Black
  116.  
  117. TEXT
  118.  
  119. ##################
  120. ## LOGO ##
  121. ##################
  122. #${voffset -42}${color2}${font OpenLogos:size=103}v${voffset -66}${goto 179}${font UbuntuTitleBold:size=20}${color4}10.10
  123. ##################
  124. ## SYSTEM ##
  125. ##################
  126. ${voffset 10}${font Arial:bold:size=12}${color4}SYSTEM ${color8} ${hr 2}
  127. ${voffset 4}${color2}${font OpenLogos:size=10}u${voffset -4}${font}${color6} ${sysname} ${kernel} ${alignr} ${machine}
  128. ${voffset 2}${color2}${font StyleBats:size=10}A${voffset -1}${font}${color6} AMD 965 Black Edition ${alignr}${freq_g cpu0} GHz
  129. ${voffset 2}${color2}${font StyleBats:size=10}q${voffset -1}${font}${color6} Uptime ${alignr}${uptime}
  130. ${voffset 2}${color2}${font StyleBats:size=10}o${voffset -1}${font}${color6} File System ${alignr}${fs_type}
  131. ##################
  132. ## PROCESSORS ##
  133. ##################
  134. ${voffset 5}${font Arial:bold:size=10}${color4}PROCESSORS ${color8}${hr 2}
  135. ${voffset 2}${color2}${font StyleBats:size=10}k${voffset -2}${font}${color6} CPU1 ${cpu cpu1}%${color7}${alignc 35}${cpubar cpu1}
  136. ${voffset 2}${color2}${font StyleBats:size=10}k${voffset -2}${font}${color6} CPU2 ${cpu cpu2}%${color7}${alignc 35}${cpubar cpu2}
  137. ${voffset 2}${color2}${font StyleBats:size=10}k${voffset -2}${font}${color6} CPU3 ${cpu cpu3}%${color7}${alignc 35}${cpubar cpu3}
  138. ${voffset 2}${color2}${font StyleBats:size=10}k${voffset -2}${font}${color6} CPU4 ${cpu cpu4}%${color7}${alignc 35}${cpubar cpu4}
  139. ##################
  140. ## MEMORY ##
  141. ##################
  142. ${voffset 3}${font Arial:bold:size=10}${color4}MEMORY ${color8}${hr 2}
  143. ${voffset 2}${color2}${font StyleBats:size=10}l${voffset -2}${font}${color6} RAM ${alignc -20}${mem}/ ${memmax}${alignr}${memperc}%
  144. ${color7}${membar}
  145. ##################
  146. ## HDD ##
  147. ##################
  148. ${voffset 3}${font Arial:bold:size=10}${color4}HDD ${color8}${hr 2}
  149. ${voffset 2}${color2}${font StyleBats:size=10}x${voffset -2}${font}${color6} ROOT ${alignc -20}${fs_used /} / ${fs_size /}${alignr}${fs_free_perc /}%
  150. ${color7}${fs_bar /}
  151. ${voffset 2}${color2}${font StyleBats:size=10}x${voffset -2}${font}${color6} HOME ${alignc -20}${fs_used /home}/ ${fs_size /home}${alignr}${fs_free_perc /home}%
  152. ${color7}${fs_bar /home}
  153. ${voffset 2}${color2}${font StyleBats:size=10}4${voffset -2}${font}${color6} SWAP ${alignc -17}${swap} / ${swapmax}${alignr}${swapperc}%
  154. ${color7}${swapbar}
  155. ##################
  156. # TOP PROCESSES ##
  157. ##################
  158. ${voffset 3}${font Arial:bold:size=10}${color4}TOP PROCESSES ${color8}${hr 2}
  159. ${voffset 2}${color1}${font StyleBats:size=10}h${voffset -3}${font}${color6} ${top_mem name 1}${alignr}${top mem 1} %
  160. ${voffset 2}${color1}${font StyleBats:size=10}h${voffset -3}${font}${color6} ${top_mem name 2}${alignr}${top mem 2} %
  161. ${voffset 2}${color1}${font StyleBats:size=10}h${voffset -3}${font}${color6} ${top_mem name 3}${alignr}${top mem 3} %
  162. ${voffset 2}${color1}${font StyleBats:size=10}h${voffset -3}${font}${color6} ${top_mem name 4}${alignr}${top mem 4} %
  163. ${voffset 2}${color1}${font StyleBats:size=10}h${voffset -3}${font}${color6} ${top_mem name 5}${alignr}${top mem 5} %
  164. ##################
  165. ## NETWORK ##
  166. ##################
  167. ${voffset 5}${font Arial:bold:size=10}${color4}NETWORK ${color8}${hr 2}
  168. ${voffset 2}${color2}${font PizzaDude Bullets:size=10}a${font}${color6} IP on eth0 ${alignr}${addr eth0}
  169. ${color2}${font PizzaDude Bullets:size=10}a${font}${color6} Main IP ${alignr}${execi 3600 wget -O - http://whatismyip.org/ | tail}
  170. ${voffset 4}${color2}${font PizzaDude Bullets:size=10}T${font}${color6} Down ${alignr}${downspeed eth0}
  171. ${color2}${font PizzaDude Bullets:size=10}N${font}${color6} Up ${alignr}${upspeed eth0}
  172. ${voffset 4}${color2}${font PizzaDude Bullets:size=10}T${font}${color6} Downloaded ${alignr}${totaldown eth0}
  173. ${color2}${font PizzaDude Bullets:size=10}N${font}${color6} Uploaded ${alignr}${totalup eth0}
  174. ##################
  175. ## WEATHER ##
  176. ##################
  177. ${color 48bcff}HAMILTON WEATHER ${hr 2}$color${execi 600 bash /home/billy/Accuweather_RSS/acc_rss}
  178. ${font conkyweather:size=30}${execpi 600 sed -n '2p' /home/billy/Accuweather_RSS/weather}${font}${goto 75}${voffset -25}${execpi 600 sed -n '1p' /home/billy/Accuweather_RSS/weather|cut -c1-20}
  179. ${goto 75}${execpi 600 sed -n '1p' /home/billy/Accuweather_RSS/weather|cut -c21-40}
  180. ${goto 75}${execpi 600 sed -n '1p' /home/billy/Accuweather_RSS/weather|cut -c41-60}
  181.  
  182. ${execi 600 sed -n '3p' /home/billy/Accuweather_RSS/weather}
  183. ${font conkyweather:size=30}${execpi 600 sed -n '5p' /home/billy/Accuweather_RSS/weather}${font}${goto 75}${voffset -25}${execpi 600 sed -n '4p' /home/billy/Accuweather_RSS/weather|cut -c1-20}
  184. ${goto 75}${execpi 600 sed -n '4p' /home/billy/Accuweather_RSS/weather|cut -c21-40}
  185. ${goto 75}${execpi 600 sed -n '4p' /home/billy/Accuweather_RSS/weather|cut -c41-60}
  186.  
  187. ${execi 600 sed -n '6p' /home/billy/Accuweather_RSS/weather}
  188. ${font conkyweather:size=30}${execpi 600 sed -n '8p' /home/billy/Accuweather_RSS/weather}${font}${goto 75}${voffset -25}${execpi 600 sed -n '4p' /home/billy/Accuweather_RSS/weather|cut -c1-20}
  189. ${goto 75}${execpi 600 sed -n '7p' /home/billy/Accuweather_RSS/weather|cut -c21-40}
  190. ${goto 75}${execpi 600 sed -n '7p' /home/billy/Accuweather_RSS/weather|cut -c41-60}
  191.  
  192. ##################
  193. ## TIME ##
  194. ##################
  195. ${voffset 2}${font Arial:bold:size=10}${color4}TIME ${color8}${hr 2}
  196. ${voffset -4}${font RadioSpace:size=32}${color3}${alignc 5}${time %l:%M%p}
  197. ${voffset -30}${font}${color4}${alignc}${time %A},${offset 5}${time %d %b %Y}
  198. ${voffset 4}${font Liberation Mono:size=9}${color3}${execpi 600 DJS=`date +%_d`; cal | sed '1d' | sed '/./!d' | sed 's/$/ /' | fold -w 21 | sed -n '/^.\{21\}/p' | sed 's/^/${alignc -2} /' | sed /" $DJS "/s/" $DJS "/" "'${color4}'"$DJS"'${color3}'" "/}
  199. ${font LiberationSans:size=8}${color4}${alignc} Rise ${execi 3600 conkyForecast --location=CAXX0184 --datatype=SR --startday=1} | Set ${execi 3600 conkyForecast --location=CAXX0184 --datatype=SS --startday=1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement