HOME | DD

mgrimace — omnimac - omnimo port for mac by-nc-sa

Published: 2010-03-31 23:29:20 +0000 UTC; Views: 28608; Favourites: 64; Downloads: 2901
Redirect to original
Description Omnimac (beta) 0.1 - a mac friendly port of beautiful Omnimo UI for Rainmeter by fediaFedia: [link]

This is still very much a work in progress; however, I've tidied up a lot of what I've done so far, so you can at least use what I've got (and it might actually work).

Please feel free to test it out, and let me know if there's anything broken or messed up.

AND! if you come up with anything cool or create any new panels/feeds/whatever please let me know!

The .zip includes everything (hopefully) you need to add informative live panels to your desktop to create a visual style similar to the windows 7 series phone UI (... and yes I appreciate the irony of replicating this on a mac).

Omnimac UI requires Geektool 3 which can be found free at: [link]

Please read my included readme first; especially if you're new to Geektool - it is TOUGH for new users and will require a bit more setup and patience than it's windows counterpart (...I've tried to give you as much help as possible in my readmes)
...especially with the weather panel

TODO:
1. Figure out how to get the RSS feeds working properly for the feeds I want (engadget and lifehacker)
2. Add a generic fill-in-the-blank feed for you (because I'm nice)
3. Add more panels (blank included - create your own and share with me!)
4. Figure out if I can do animations/mouseovers/transitions/app launching with geektool or find something else to do similar... so far they're info-only.

Enjoy
~mgrim
Related content
Comments: 60

Chriskenhall [2012-05-22 02:25:36 +0000 UTC]

do you have a link for your wallpaper?

👍: 0 ⏩: 1

mgrimace In reply to Chriskenhall [2012-05-22 22:23:12 +0000 UTC]

directly no, but it was found on fifty foot shadows website - [link] probably way back now

👍: 0 ⏩: 1

Chriskenhall In reply to mgrimace [2012-05-23 05:42:29 +0000 UTC]

Thanks Awesome images

👍: 0 ⏩: 0

AguedaMarcia [2012-01-03 03:58:43 +0000 UTC]

where can I download Omnimac (beta) 0.1?

tks

👍: 0 ⏩: 1

mgrimace In reply to AguedaMarcia [2012-01-04 01:00:12 +0000 UTC]

should be right on the side "download file"... it's a zip that includes all the necessary scripts and instructions, but you'll need to download and install geektool as well (free, you'll have to google it), I haven't updated this in forever, but it should still be fine! best of luck!

👍: 0 ⏩: 0

PoppaSquatta [2011-11-07 12:27:51 +0000 UTC]

i was wondering how i can get your dock & add adium ?

👍: 0 ⏩: 1

mgrimace In reply to PoppaSquatta [2011-11-07 22:27:04 +0000 UTC]

At the time I used a program called 'docker', not sure if it's still available but it gave you options for customizing 2d dock... I just used that to do a simple translucent black dock with no separators and triangle indicators (all options within the program)

The dock icons are la-text2: [link]

the adium was a customization of: [link]
basically increased text size and transparent background.

Hope that helps!!

👍: 0 ⏩: 1

PoppaSquatta In reply to mgrimace [2011-11-08 06:25:52 +0000 UTC]

yuhp ! it helps, thank you. btw, i was wondering if i'm able to keep the weather on when i turn off & on my laptop cuhz every time i shut it down, the weather removes so i hafta do the following with GeekTool to get it back & it's kind of irritating lol. is there anyway to make it permanent ?


-thank you,

👍: 0 ⏩: 1

mgrimace In reply to PoppaSquatta [2011-11-09 01:01:47 +0000 UTC]

hmm, it shouldn't do that, check the refresh rate of the weather script, it should be in properties, make sure its not 0, maybe like 300 or 600 or something, it should keep it self updating and on then...

👍: 0 ⏩: 1

PoppaSquatta In reply to mgrimace [2011-11-09 19:15:21 +0000 UTC]

oh ! okay, yeah, that solved the problem ! thanks lol,

👍: 0 ⏩: 1

mgrimace In reply to PoppaSquatta [2011-11-10 02:23:39 +0000 UTC]

no problem, glad to help!

👍: 0 ⏩: 0

Hutima [2011-08-28 16:49:55 +0000 UTC]

Bah geektools doesn't work in lion >.<

👍: 0 ⏩: 0

soccerfreak17 [2011-07-18 18:45:15 +0000 UTC]

OMG O.O I can't wait to test this out :3

👍: 0 ⏩: 1

mgrimace In reply to soccerfreak17 [2011-07-18 22:29:27 +0000 UTC]

Thanks, good luck!

👍: 0 ⏩: 0

aBeautifulStory [2011-05-13 18:50:27 +0000 UTC]

I keep having trouble with the weather scripts! I've followed directions accordingly but when I update the command line the weather scripts go from showing the default information to nothing. I can't get my weather to show for NY.

👍: 0 ⏩: 1

mgrimace In reply to aBeautifulStory [2011-05-15 16:56:53 +0000 UTC]

Try this code instead, and make sure it's a Yahoo weather code... (replace the CAXX0417) and change the &u=c to f for farenheit... hope that helps!

curl --silent "hxxp://weather.yahooapis.com/forecastrss?p=CAXX0417&u=c" | grep -e "Forecast:" -A 2 | tail -n 2 | sed -e 's/
//' -e 's/
//' | sed "s/\(.*\)\.\ \(.*\)/\1\?\2/" | tr "?" "\n" | sed "s/High\:\ \(.*\)\ Low\:\ \(.*\)/\?H\: \1\ L\:\ \2/" | sed "s/\?\(.*\)/\\1/"

👍: 0 ⏩: 1

aBeautifulStory In reply to mgrimace [2011-05-16 19:28:20 +0000 UTC]

Unfortunately the only one that works is the weather image, it shows the current weather (cloudy/rain) but no forecast. Sorry to keep bothering!!

👍: 0 ⏩: 1

mgrimace In reply to aBeautifulStory [2011-05-17 21:16:44 +0000 UTC]

Ok try these (if you haven't already): did you put the forecast script I sent in a separate shell? did you set the refresh (to say 300)?
hmmm it'll pop in a whatever the default font is, did you change the font so it's readible?

if those don't work, I can't really think of anything else off the top of my head, so just let me know what city and I'll try and build a working script for you!
~M

👍: 0 ⏩: 1

aBeautifulStory In reply to mgrimace [2011-05-17 23:32:13 +0000 UTC]

I'll try the steps you gave me, and that working script would be awesome, in the likely event it will fail lol, i live in NYC.

👍: 0 ⏩: 1

mgrimace In reply to aBeautifulStory [2011-05-18 01:29:07 +0000 UTC]

hey try this (it wasn't working for me either actually at first)

paste into a new shell for today/tomorrow forecast:

curl --silent "hxxp://weather.yahooapis.com/forecastrss?p=USNY0996&u=f" | grep -e "Forecast:" -A 2 | tail -n 2 | sed -e 's/
//' -e 's/
//' | sed "s/\(.*\)\.\ \(.*\)/\1\?\2/" | tr "?" "\n" | sed "s/High\:\ \(.*\)\ Low\:\ \(.*\)/\?H\: \1\ L\:\ \2/" | sed "s/\?\(.*\)/\\1/"

👍: 0 ⏩: 0

bigbosstx [2011-03-11 14:39:50 +0000 UTC]

fn sweet

👍: 0 ⏩: 1

mgrimace In reply to bigbosstx [2011-03-12 04:45:38 +0000 UTC]

thanks!!

👍: 0 ⏩: 0

lllest [2011-01-11 14:21:19 +0000 UTC]

AWESOME! this is really great! im fairly new to this and i found it to be pretty fun :] quick question though..how do you add feeds to the "feed" section lol

👍: 0 ⏩: 3

mgrimace In reply to lllest [2011-01-12 01:24:33 +0000 UTC]

and add as many as you want!!

👍: 0 ⏩: 0

mgrimace In reply to lllest [2011-01-12 01:23:58 +0000 UTC]

oh shooot, I forgot (again) deviantart auto-linkified my post, the first part goes like this (change xx's to tt's):

URL="hxxp://www.engadget.com/rss.xml"

👍: 0 ⏩: 0

mgrimace In reply to lllest [2011-01-12 01:21:29 +0000 UTC]

I'm not sure if I posted the generic "feed" shell script, so if not, here it is (paste all below into a new shell script) - change the url (keep the quotes) to anything you want:

URL="[link] "
maxLength="500"
start="3"
end="9"

curl --silent "$URL" |
sed -e :a -e '$!N;s/\n//;ta' |
sed -e 's//\<br/><title>/g' |<br/>sed -e 's/<\/title>/<\/title>\<br/>/g' |<br/>grep -E '(title>)' |<br/>sed -n "$start,$"'p' |<br/>sed -e 's/<title>//' |<br/>sed 's/^/● /' |<br/>sed -e 's/<\/title>//' |<br/>sed -e 's/<!\[CDATA\[//g' |<br/>sed -e 's/\]\]>//g' |<br/>sed -e 's/</</g' |<br/>sed -e 's/>/>/g' |<br/>sed -e 's/<[^>]*>//g' |<br/>cut -c 1-$maxLength |<br/>head -$end |<br/>sed 'G' |<br/>sed '/^$/d'<br/>fmt<p>👍: 0 ⏩: 0</p></div> <div class="msg"><p id="1822145610"><img src="https://skunky.bloat.cat/media/emojitar/jane-angela?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=jane-angela&type=a"><b class="">jane-angela</b></a> [2011-01-11 04:58:56 +0000 UTC]<p>THanks so much for this! Looks great <img src="https://skunky.bloat.cat/media/emojitar/smile?type=e" title=":) (Smile)"><img src="https://skunky.bloat.cat/media/emojitar/smile?type=e" title=":) (Smile)"><img src="https://skunky.bloat.cat/media/emojitar/smile?type=e" title=":) (Smile)"><img src="https://skunky.bloat.cat/media/emojitar/smile?type=e" title=":) (Smile)"><img src="https://skunky.bloat.cat/media/emojitar/smile?type=e" title=":) (Smile)"><p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1823254343"><img src="https://skunky.bloat.cat/media/emojitar/mgrimace?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=mgrimace&type=a"><b class="author">mgrimace</b></a> In reply to <a href="#1822145610">jane-angela</a> [2011-01-12 01:21:56 +0000 UTC]<p>thank you very much!! truth be told I haven't really worked on it in a while so if there's anything I can do let me know!<p>👍: 0 ⏩: 0</p></div> <div class="msg"><p id="1707778113"><img src="https://skunky.bloat.cat/media/emojitar/liteman94?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=liteman94&type=a"><b class="">liteman94</b></a> [2010-10-19 03:49:09 +0000 UTC]<p>In the weather panel, how would I change tomorrows forecast to todays forecast?<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1709895731"><img src="https://skunky.bloat.cat/media/emojitar/mgrimace?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=mgrimace&type=a"><b class="author">mgrimace</b></a> In reply to <a href="#1707778113">liteman94</a> [2010-10-20 23:16:25 +0000 UTC]<p>try this, paste the following into your shell script without the quotes at the beginning/end... also be sure to change the yahoo weather code, the CAXX0417 below, to your city, and you can change the u=c to u=f for farenheit.... dont forget to set the refresh to ~300 so it will update!<br/><br/>"curl --silent "<a target="_blank" href="http://weather.yahooapis.com/forecastrss?p=CAXX0417&u=c">[link]</a> " | grep -e "Forecast:" -A 1 | tail -n 1 | sed -e 's/<br \/>//' -e 's/<BR \/>//' | sed "s/\(.*\)\.\ \(.*\)/\1\?\2/" | tr "?" "\n" | sed "s/High\:\ \(.*\)\ Low\:\ \(.*\)/\?H\: \1\ L\:\ \2/" | sed "s/\?\(.*\)/\\1/"<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1709916741"><img src="https://skunky.bloat.cat/media/emojitar/mgrimace?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=mgrimace&type=a"><b class="author">mgrimace</b></a> In reply to <a href="#1709895731">mgrimace</a> [2010-10-20 23:32:02 +0000 UTC]<p>ohh shoot, the post linkified the code... one sec<br/><br/>OK, same code, but change the hxxp to http... change the yahoo weather code, and set the refresh as above<br/><br/>"curl --silent "hxxp://weather.yahooapis.com/forecastrss?p=CAXX0417&u=c" | grep -e "Forecast:" -A 1 | tail -n 1 | sed -e 's/<br \/>//' -e 's/<BR \/>//' | sed "s/\(.*\)\.\ \(.*\)/\1\?\2/" | tr "?" "\n" | sed "s/High\:\ \(.*\)\ Low\:\ \(.*\)/\?H\: \1\ L\:\ \2/" | sed "s/\?\(.*\)/\\1/"<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1744599591"><img src="https://skunky.bloat.cat/media/emojitar/liteman94?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=liteman94&type=a"><b class="">liteman94</b></a> In reply to <a href="#1709916741">mgrimace</a> [2010-11-16 03:59:49 +0000 UTC]<p>Thanks, works great.<p>👍: 0 ⏩: 0</p></div> <div class="msg"><p id="1614561763"><img src="https://skunky.bloat.cat/media/emojitar/JimboFitz?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=JimboFitz&type=a"><b class="">JimboFitz</b></a> [2010-08-13 10:11:25 +0000 UTC]<p>Awesome. Great instructions. Looks fantastic after tweaking <img src="https://skunky.bloat.cat/media/emojitar/wink?type=e" title=";-) (Wink)"><img src="https://skunky.bloat.cat/media/emojitar/wink?type=e" title=";-) (Wink)"><img src="https://skunky.bloat.cat/media/emojitar/wink?type=e" title=";-) (Wink)"><img src="https://skunky.bloat.cat/media/emojitar/wink?type=e" title=";-) (Wink)"><img src="https://skunky.bloat.cat/media/emojitar/wink?type=e" title=";-) (Wink)"><p>👍: 0 ⏩: 0</p></div> <div class="msg"><p id="1602622071"><img src="https://skunky.bloat.cat/media/emojitar/theoce2n?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=theoce2n&type=a"><b class="">theoce2n</b></a> [2010-08-05 18:41:34 +0000 UTC]<p>hey RSS Feed for Engadget, I modified one of the examples from Geektool website, download at here files.me.com/renfred/sxqvlg<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1602888436"><img src="https://skunky.bloat.cat/media/emojitar/mgrimace?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=mgrimace&type=a"><b class="author">mgrimace</b></a> In reply to <a href="#1602622071">theoce2n</a> [2010-08-05 21:29:34 +0000 UTC]<p>AWESOME thank you!! I'll take a look and add it in...<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1993191220"><img src="https://skunky.bloat.cat/media/emojitar/aBeautifulStory?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=aBeautifulStory&type=a"><b class="banned">aBeautifulStory</b></a> In reply to <a href="#1602888436">mgrimace</a> [2011-05-11 20:18:04 +0000 UTC]<p>I deleted my RSS script after having modified it to work for engadget, but now I can't get it right again because I forgot how I did it! What's the command to RSS engadget in the 'feeds' panel?<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1994566800"><img src="https://skunky.bloat.cat/media/emojitar/mgrimace?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=mgrimace&type=a"><b class="author">mgrimace</b></a> In reply to <a href="#1993191220">aBeautifulStory</a> [2011-05-12 21:21:45 +0000 UTC]<p>here we go copy paste below (and change url to http not hxxp):<br/><br/>URL="hxxp://www.engadget.com/rss.xml"<br/>maxLength="500"<br/>start="3"<br/>end="9"<br/><br/>curl --silent "$URL" |<br/>sed -e :a -e '$!N;s/\n//;ta' |<br/>sed -e 's/<title>/\<br/><title>/g' |<br/>sed -e 's/<\/title>/<\/title>\<br/>/g' |<br/>grep -E '(title>)' |<br/>sed -n "$start,$"'p' |<br/>sed -e 's/<title>//' |<br/>sed 's/^/● /' |<br/>sed -e 's/<\/title>//' |<br/>sed -e 's/<!\[CDATA\[//g' |<br/>sed -e 's/\]\]>//g' |<br/>sed -e 's/</</g' |<br/>sed -e 's/>/>/g' |<br/>sed -e 's/<[^>]*>//g' |<br/>cut -c 1-$maxLength |<br/>head -$end |<br/>sed 'G' |<br/>sed '/^$/d'<br/>fmt<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1994880944"><img src="https://skunky.bloat.cat/media/emojitar/aBeautifulStory?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=aBeautifulStory&type=a"><b class="banned">aBeautifulStory</b></a> In reply to <a href="#1994566800">mgrimace</a> [2011-05-13 01:11:12 +0000 UTC]<p>ty ty ty ty<p>👍: 0 ⏩: 0</p></div> <div class="msg"><p id="1601213351"><img src="https://skunky.bloat.cat/media/emojitar/Goblinex?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=Goblinex&type=a"><b class="banned">Goblinex</b></a> [2010-08-04 20:16:10 +0000 UTC]<p>Nice pack, man;] Can you send me your adium theme? Its awesome! gobbjogg at gmail dot com<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1603207070"><img src="https://skunky.bloat.cat/media/emojitar/mgrimace?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=mgrimace&type=a"><b class="author">mgrimace</b></a> In reply to <a href="#1601213351">Goblinex</a> [2010-08-06 01:10:04 +0000 UTC]<p>Actually, I'm just in the process of starting my adium customization from scratch, I deleted it because I was getting weird stuff from all the different mods I was toying with... shouldn't be that hard to set back up so I'll send it when I can!<br/><br/>From what I remember it was a mod of the "Pretty Simple" layout and and colour theme with the font size increased and font changed... everything else turned off (icon, status, etc)<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1603364582"><img src="https://skunky.bloat.cat/media/emojitar/mgrimace?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=mgrimace&type=a"><b class="author">mgrimace</b></a> In reply to <a href="#1603207070">mgrimace</a> [2010-08-06 03:06:51 +0000 UTC]<p>here you go: <a target="_blank" href="http://adiumxtras.com/index.php?a=xtras&xtra_id=6515">[link]</a> <br/><br/>it's a mod of this with a few minor tweaks, mostly just some colour and font settings in the list layout... hope that helps!<p>👍: 0 ⏩: 0</p></div> <div class="msg"><p id="1581575601"><img src="https://skunky.bloat.cat/media/emojitar/Quattrophobia?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=Quattrophobia&type=a"><b class="">Quattrophobia</b></a> [2010-07-22 18:46:58 +0000 UTC]<p>This is awesome man<p>👍: 0 ⏩: 0</p></div> <div class="msg"><p id="1554584208"><img src="https://skunky.bloat.cat/media/emojitar/Aka-Skarekro?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=Aka-Skarekro&type=a"><b class="">Aka-Skarekro</b></a> [2010-07-04 12:54:41 +0000 UTC]<p>what folder icons are those?<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1559574517"><img src="https://skunky.bloat.cat/media/emojitar/mgrimace?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=mgrimace&type=a"><b class="author">mgrimace</b></a> In reply to <a href="#1554584208">Aka-Skarekro</a> [2010-07-07 21:26:17 +0000 UTC]<p>they are from 'pulse pack' by chromatix... there's some other very awesome icons in the pack:<br/><a target="_blank" href="https://chromatix.deviantart.com/gallery/">[link]</a> <p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1567096447"><img src="https://skunky.bloat.cat/media/emojitar/Aka-Skarekro?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=Aka-Skarekro&type=a"><b class="">Aka-Skarekro</b></a> In reply to <a href="#1559574517">mgrimace</a> [2010-07-13 00:47:37 +0000 UTC]<p>thanx alot, u did a great job<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1569161204"><img src="https://skunky.bloat.cat/media/emojitar/mgrimace?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=mgrimace&type=a"><b class="author">mgrimace</b></a> In reply to <a href="#1567096447">Aka-Skarekro</a> [2010-07-14 11:22:54 +0000 UTC]<p>wow thank you very much, I haven't really done anything with it in a while, I should take a look again and see if there's anything I can add <img src="https://skunky.bloat.cat/media/emojitar/smile?type=e" title=":) (Smile)"><img src="https://skunky.bloat.cat/media/emojitar/smile?type=e" title=":) (Smile)"><img src="https://skunky.bloat.cat/media/emojitar/smile?type=e" title=":) (Smile)"><img src="https://skunky.bloat.cat/media/emojitar/smile?type=e" title=":) (Smile)"><img src="https://skunky.bloat.cat/media/emojitar/smile?type=e" title=":) (Smile)"> ...<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1578021319"><img src="https://skunky.bloat.cat/media/emojitar/Aka-Skarekro?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=Aka-Skarekro&type=a"><b class="">Aka-Skarekro</b></a> In reply to <a href="#1569161204">mgrimace</a> [2010-07-20 12:25:18 +0000 UTC]<p>u already did a good job, probably not much to do<p>👍: 0 ⏩: 0</p></div> <div class="msg"><p id="1529010855"><img src="https://skunky.bloat.cat/media/emojitar/lebreton?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=lebreton&type=a"><b class="">lebreton</b></a> [2010-06-16 16:42:14 +0000 UTC]<p>well done, that's very nice, where can I find your wallpaper ?<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1529848454"><img src="https://skunky.bloat.cat/media/emojitar/mgrimace?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=mgrimace&type=a"><b class="author">mgrimace</b></a> In reply to <a href="#1529010855">lebreton</a> [2010-06-17 03:00:42 +0000 UTC]<p>thank you very much! I've been using a lot of desktops from FiftyFootShadows lately: <a target="_blank" href="http://fiftyfootshadows.net/category/desktops/">[link]</a> <br/><br/>This one is in there somewhere<p>👍: 0 ⏩: 1</p></div> <div class="msg reply"><p id="1530228829"><img src="https://skunky.bloat.cat/media/emojitar/lebreton?type=a" width="30px" height="30px"><a href="https://skunky.bloat.cat/group_user?q=lebreton&type=a"><b class="">lebreton</b></a> In reply to <a href="#1529848454">mgrimace</a> [2010-06-17 12:19:41 +0000 UTC]<p>thank you so much for the <img src="https://skunky.bloat.cat/media/emojitar/plusfav?type=e" title="+fav"><img src="https://skunky.bloat.cat/media/emojitar/plusfav?type=e" title="+fav"><img src="https://skunky.bloat.cat/media/emojitar/plusfav?type=e" title="+fav"><img src="https://skunky.bloat.cat/media/emojitar/plusfav?type=e" title="+fav"><img src="https://skunky.bloat.cat/media/emojitar/plusfav?type=e" title="+fav"> <img src="https://skunky.bloat.cat/media/emojitar/aww?type=e" title="Aww"><img src="https://skunky.bloat.cat/media/emojitar/aww?type=e" title="Aww"><img src="https://skunky.bloat.cat/media/emojitar/aww?type=e" title="Aww"><img src="https://skunky.bloat.cat/media/emojitar/aww?type=e" title="Aww"><img src="https://skunky.bloat.cat/media/emojitar/aww?type=e" title="Aww"><p>👍: 0 ⏩: 0</p></div> <br><a href="?p=2">| Next =></a> </details> </figure> </main> </html>