Advertisement
BoredOOMM

Untitled

Oct 19th, 2011
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.24 KB | None | 0 0
  1. ##################################
  2. ## VinDSL | rev. 11-05-06 15:37 ##
  3. ## Modified by mrpeachy 05/2011##
  4. ##################################
  5. ## May 2011 Series ##
  6. ##################################
  7.  
  8. ## ¡PLEASE READ THE FINE PRINT! ##
  9.  
  10. ####
  11. ## Development Platforms (optional)
  12. #
  13. # Ubuntu 10.10 'Maverick Meerkat' (GNOME2)
  14. # Ubuntu 11.10 'Oneiric Ocelot' (UNITY)
  15.  
  16. ####
  17. ## Prerequisites (required)
  18. #
  19. # conky-all 1.8.0 or 1.8.1
  20. # conkyForecast 2.16 or newer
  21. # Weather.com XML Data Feed (XOAP)
  22. # UTF-8 Compatible Text Editor
  23.  
  24. ####
  25. ## Installed fonts (required)
  26. #
  27. # ConkyWeather (Stanko Metodiev)
  28. # ConkyWindNESW (Stanko Metodiev)
  29. # Cut Outs for 3D FX (Fonts & Things)
  30. # Font Family (Google An SDK)
  31. # Moon Phases (Curtis Clark)
  32. # OpenLogos (Icoma)
  33. # PizzaDude Bullets (Jakob Fischer)
  34. # Radio Space (Iconian Fonts)
  35. # StyleBats (Vinterstille)
  36. # Ubuntu Font Family (Canonical Ltd)
  37. # Ubuntu Title Bold (Paulo Silva)
  38. # Weather (Jonathan Macagba)
  39. #
  40. ## Tips n' Tricks from Mr. Peachy, djyoung4, and 42dorian (Thanks!)
  41. ## All necessary fonts can be downloaded here: http://ompldr.org/vODYxOQ
  42. ## Unzip the fonts into your font folder, for example: /home/username/.fonts
  43. ## Run this command in a terminal (rebuilds font cache file): sudo fc-cache -fv
  44.  
  45. ####
  46. ## Use XFT? Required to Force UTF8 (see below)
  47. #
  48. use_xft yes
  49. xftfont Droid Sans Mono:size=4
  50. xftalpha 0.1
  51.  
  52. ####
  53. ## Force UTF8? Requires XFT (see above)
  54. ## Displays degree symbol, instead of °, etc.
  55. #
  56. override_utf8_locale yes
  57.  
  58. ####
  59. ## This buffer is used for text, single lines, output from $exec, and other variables.
  60. ## Increasing the text buffer size (too high) will drastically reduce Conky's performance.
  61. ## Decreasing the size (too low) will truncate content and cause strange display output.
  62. ## Standard text buffer size is 256 bytes (cannot be less). Adjust YOUR buffer wisely!
  63. #
  64. text_buffer_size 1024
  65.  
  66. ####
  67. ## Daemonize Conky, aka 'fork to background'.
  68. #
  69. background yes
  70.  
  71. ####
  72. ## Update interval in seconds.
  73. #
  74. update_interval 1.5
  75.  
  76. ####
  77. ## This is the number of times Conky will update before quitting.
  78. ## Set to zero to run forever.
  79. #
  80. total_run_times 0
  81.  
  82. ####
  83. ## Create own window instead of using desktop (required in nautilus)?
  84. #
  85. own_window yes
  86. own_window_type override
  87. own_window_transparent yes
  88.  
  89. ####
  90. ## Force images to redraw when they change.
  91. #
  92. imlib_cache_size 0
  93.  
  94. ####
  95. ## Use double buffering? Reduces flicker.
  96. #
  97. double_buffer yes
  98.  
  99. ####
  100. ## Draw shades?
  101. #
  102. draw_shades no
  103.  
  104. ####
  105. ## Draw outlines?
  106. #
  107. draw_outline no
  108.  
  109. ####
  110. ## Draw borders around text?
  111. #
  112. draw_borders no
  113.  
  114. ####
  115. ## Draw borders around graphs?
  116. #
  117. draw_graph_borders no
  118.  
  119. ####
  120. ## Print text to stdout?
  121. ## Print text in console?
  122. #
  123. out_to_ncurses no
  124. out_to_console no
  125.  
  126. ####
  127. ## Text alignment.
  128. #
  129. alignment br
  130.  
  131. ####
  132. ## Minimum size of text area.
  133. #
  134. minimum_size 240 0
  135.  
  136. ####
  137. ## Gap between text and screen borders.
  138. #
  139. gap_x 30
  140. gap_y 30
  141.  
  142. ####
  143. ## Shorten MiB/GiB to M/G in stats.
  144. #
  145. short_units yes
  146.  
  147. ####
  148. ## Pad % symbol spacing after numbers.
  149. #
  150. pad_percents 10
  151.  
  152. ####
  153. ## Pad spacing between text and borders.
  154. #
  155. border_inner_margin 4
  156.  
  157. ####
  158. ## Subtract file system -/+buffers/cache from used memory?
  159. ## Set to yes, to produce meaningful physical memory stats.
  160. #
  161. no_buffers yes
  162.  
  163. ####
  164. ## Set to yes, if you want all text to be in UPPERCASE.
  165. #
  166. uppercase no
  167.  
  168. ####
  169. ## Number of cpu samples to average.
  170. ## Set to 1 to disable averaging.
  171. #
  172. cpu_avg_samples 2
  173.  
  174. ####
  175. ## Number of net samples to average.
  176. ## Set to 1 to disable averaging.
  177. #
  178. net_avg_samples 2
  179.  
  180. ####
  181. ## Add spaces to keep things from moving around?
  182. ## Only affects certain objects.
  183. #
  184. use_spacer right
  185.  
  186. ####
  187. ## My colors (suit yourself)
  188. default_color 778899 #LightSlateGrey
  189. #default_color DCDCDC #Gainsboro
  190. #color0 FFD700 #Gold
  191. #color2 Magenta
  192. #color3 7FFF00 #Chartreuse
  193. #color4 778899 #LightSlateGrey
  194. #color5 FFDEAD #NavajoWhite
  195. #color6 00BFFF #DeepSkyBlue
  196. # colours below used by colorize script
  197. #color7 48D1CC #MediumTurquoise
  198. #color8 FFFF00 #Yellow
  199. #color9 FF0000 #Red
  200.  
  201. #default_color DCDCDC #Gainsboro
  202. color0 778899 #LightSlateGrey
  203. color2 778899 #LightSlateGrey
  204. color3 778899 #LightSlateGrey
  205. color4 778899 #LightSlateGrey
  206. color5 778899 #LightSlateGrey
  207. color6 778899 #LightSlateGrey
  208. # colours below used by colorize script
  209. color7 48D1CC #MediumTurquoise
  210. color8 778899 #LightSlateGrey
  211. color9 FF0000 #Red
  212.  
  213.  
  214. #####
  215. ## Load Lua for shading (optional)
  216. ## Set the path to your script here.
  217. #
  218. #lua_load /home/bkberger/lua/wtest.lua
  219. #lua_draw_hook_pre draw_lua
  220.  
  221. TEXT
  222.  
  223. ${font Sans:bold:size=8.25}${color4}
  224. ${goto 6}${voffset 6}${image /usr/share/icons/mintlogomonob096.png -p 0,14 -s 32x32}${goto 42}${pre_exec cat /etc/issue.net} $machine
  225. ${goto 42}Kernel: ${kernel}
  226. ${color4}
  227. ${font StyleBats:size=10}${color2}A${voffset -1}${font Sans:size=8}${color3} Intel P4 Extreme Edition${alignr}${freq_g cpu0} GHz
  228. ${font StyleBats:size=10}${color2}q${voffset -1}${font Sans:size=8}${color3} System Uptime${alignr}${uptime_short}
  229. ${font StyleBats:size=10}${color2}o${voffset -1}${font Sans:size=8}${color3} File System${alignr}${fs_type}${font}
  230. ${voffset 4}${font Sans:bold:size=8}${color4}PROCESSORS ${color8}${hr 2}
  231. ${voffset 4}${font StyleBats:size=10}${color2}k${voffset -1}${font Sans:size=8}${color3} CPU1 ${cpu cpu1}%
  232. ${font StyleBats:size=10}${color2}k${voffset -1}${font Sans:size=8}${color3} CPU2 ${cpu cpu2}%
  233. ${voffset 4}${font Sans:bold:size=8}${color4}MEMORY ${color8}${hr 2}
  234. ${voffset 4}${font StyleBats:size=10}${color2}l${voffset -2}${font SansFallback:size=8.3}${color3} RAM${goto 97}${mem}${goto 133}/ ${memmax}${alignr}${memperc}%
  235.  
  236. ${font Sans:bold:size=8.25}${color4}HDD ${color8}${hr 2}${font}
  237. ${voffset 4}${font StyleBats:size=10}${color2}x${font Sans:size=8}${color3} ROOT${goto 95}${fs_used /}${goto 133}/ ${fs_size /}${alignr}${fs_free_perc /}%
  238.  
  239. ${font StyleBats:size=10}${color2}x${font Sans:size=8}${color3} HOME${goto 95}${fs_used /home}${goto 133}/ ${fs_size /home}${alignr}${fs_free_perc /home}%
  240.  
  241. ${font StyleBats:size=10}${color2}4${font Sans:size=8}${color3} SWAP${goto 95}${swap}${goto 133}/ ${swapmax}${alignr}${swapperc}%
  242.  
  243. ${voffset 4}${font Sans:bold:size=8.25}${color4}${wireless_essid wlan0}${color8}${hr 2}
  244. ${font PizzaDudeBullets:size=9.5}g${font Sans:bold:size=8.25}
  245. ${font PizzaDudeBullets:size=9.5}${color}T${font Sans:size=8}${color3} Down${alignr}${downspeed wlan0}
  246. ${font PizzaDudeBullets:size=9.5}${color6}N${font Sans:size=8}${color3} Up${alignr}${upspeed wlan0}
  247. ${voffset 4}${font PizzaDudeBullets:size=9.5}${color6}T${font Sans:size=8}${color3} Downloaded${alignr}${totaldown wlan0}
  248. ${font PizzaDudeBullets:size=9.5}${color6}N${font Sans:size=8}${color3} Uploaded${alignr}${totalup wlan0}
  249. ${font Droid Sans Mono:bold:size=8.25}${color4}Long Range Scanner ${color8}${hr 2}
  250. ${font Weather:size=22}${color2}y ${font Sans:size=16}${color3}
  251. ${execi 300 /home/bkberger/Conky/weather.sh 93257 -w}
  252. ${font RadioSpace:size=22}${color3}${goto 30}${font Droid Sans Mono:bold:size=10}${execi 1800 conkyForecast -d HT -i}${font Liberation Sans:size=20}${color4} ${goto 210}${execi 1800 conkyForecast -d CT}${font}
  253. ${goto 20}${font ConkyWindNESW:size=34}${color3}${execi 1800 conkyForecast -d BS}${goto 100}${font ConkyWeather:size=34}${execi 1800 conkyForecast -d WF}${goto 200}${font MoonPhases:size=26}${execi 1800 conkyForecast -d MF}${font}
  254. ${goto 30}${font Droid Sans Mono:bold:size=8}${color}${execpi 1800 conkyForecast -d WS}${goto 90}Feels like ${execi 1800 conkyForecast -d LT -i}${goto 200}${execpi 1800 conkyForecast -d MP | awk '{print $1}'}
  255. ${goto 30}${font conkyWeather:size=30}${color3}${execi 1800 conkyForecast -d WF -s 1 -w}${goto 90}${execi 1800 conkyForecast -d WF -s2 -w}${goto 150}${execi 1800 conkyForecast -d WF -s2 -w}${goto 210}${execi 1800 conkyForecast -d WF -s3 -w}${font}
  256. ${goto 26}${font Droid Sans Mono:bold:size=10}${color4}${execi 1800 conkyForecast -d HT -s 1 -ui}/${execi 1800 conkyForecast -d LT -s1 -ui}${goto 86}${execi 1800 conkyForecast -d HT -s2 -ui}/${execi 1800 conkyForecast -d LT -s2 -ui}${goto 146}${execi 1800 conkyForecast -d HT -s3 -ui}/${execi 1800 conkyForecast -d LT -s3 -ui}${goto 206}${execi 1800 conkyForecast -d HT -s3 -ui}/${execi 1800 conkyForecast -d LT -s3 -ui}${font}
  257. #${goto 30}${font Droid Sans Mono:bold:size=10}${color3}${execi 1800 conkyForecast -d DW -s1 -w}${goto 90}${execi 1800 conkyForecast -d DW -s2 -w}${goto 150}${execi 1800 conkyForecast -d DW -s3 -w}${goto 210}${execi 1800 conkyForecast -d DW -s4 -w}${font}
  258.  
  259. ${font Droid Sans Mono:bold:size=8.25}${color4}Chronometer ${color8}${hr 2}
  260. ${goto 90}${font RadioSpace:size=32}${color9}${time %l:%M%p}${font}
  261. ${font Droid Sans Mono:size=8}${color4}${alignc}Sunrise ${execi 1800 conkyForecast -d SR}${color3} | ${color4}Sunset ${execi 1800 conkyForecast -d SS}
  262.  
  263. ${goto 15}${font Droid Sans Mono:bold:size=12}${goto 70}${color3}${execi 1 conkyForecast-SunsetSunriseCountdown --location=USCA0894 -t} in:${goto 210}${color2}${execi 1 conkyForecast-SunsetSunriseCountdown --location=USCA0894} ${color3}${color}
  264. #${color4}${hr 2}
  265. #${font Droid Sans Mono:bold:size=8.25}${color4}DATE ${color8}${hr 2}${font}
  266. ${goto 90}${font Droid Sans Mono:size=10}${color3}${execp gcal --starting-day=Sunday | sed -e 's/^.//g' -e 's/</${color9} /' -e 's/>/${color3} /'}
  267.  
  268.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement