Thread: [RELEASE] OSX LEOPARD ADD-ONs
-
11-09-2008, 12:31 PM #381
That looks great man... I may have to use some of those....nice work. Sometimes I stay away from pre cropped images (320x480)...and download the full wallpaper then reduce by 45-60 % depending on how large it is, followed by setting a fixed sized crop tool and move it around to eliminate objects that I may not like.
-
11-09-2008, 12:50 PM #382
-
The Following User Says Thank You to Troy_Hatton For This Useful Post:
Bernie-Mac (11-09-2008)
-
11-09-2008, 01:00 PM #383iPhoneaholic
- Join Date
- Jul 2008
- Location
- Winter Park, Florida
- Posts
- 494
- Thanks
- 64
- Thanked 101 Times in 60 Posts
-
11-09-2008, 02:22 PM #384Green Apple
- Join Date
- Oct 2007
- Location
- aix en provence
- Posts
- 72
- Thanks
- 5
- Thanked 23 Times in 17 Posts
-
11-09-2008, 03:02 PM #385
Lookin good guys....here comes some of the wallpapers I have collected. Haven't had a chance to tweak them yet: See attached below
Here are a couple screenshots just messing around testing the Night Clock Face: The Winter Wallpaper I was running before is still my fav right now:
Night Clock faces: Pre-Sized and Enlarged






-
11-09-2008, 03:03 PM #386
More Walls
-
11-09-2008, 03:19 PM #387iPhoneaholic
- Join Date
- Jul 2008
- Location
- Winter Park, Florida
- Posts
- 494
- Thanks
- 64
- Thanked 101 Times in 60 Posts
-
11-09-2008, 03:43 PM #388
Thanks....Other tweaks you could consider if you find a wallpaper that you like, but don't think it looks good with your current setup is standard colored dock icons, use photo filter on the weather widget, same for the dock...try different transparencies for the white dock, and stuff like that.
Creativity is the key...think about what you are currently running on your computer and how you have it setup. Walls don't have to be limited to:

I think I had that on my computer for a grand total of 10 minutes after I installed Leopard on my iMac and MBPLast edited by Bear Hunter; 11-09-2008 at 03:50 PM.
-
11-09-2008, 04:04 PM #389
Can you please post a .psd with the dark grey weather widget that you have above. I have tried changing it with photoshop but haven't had any luck... I also like that black clock you recently posted. I know how to add that, my only issue is the weather widget and I can't seem to find it in the layers to the right with the "eyes"... I have been messing with photoshop a lot but there definitely is a learning curve!!! I really would like to be able to add my own wallpapers but the one that I like most doesn't look right with the white or blue weather widget background. Thanks in advance!
-
11-09-2008, 04:09 PM #390
Just in case anyone is using the Night Clock....these are the adjustments I made (highlighted). Obviously you would also change the hour and minute hands to white and keep the seconds red.

-
11-09-2008, 04:12 PM #391
-
The Following User Says Thank You to Bear Hunter For This Useful Post:
Troy_Hatton (11-09-2008)
-
11-09-2008, 05:43 PM #392
can someone put the step by step tut on how to install this
-
11-09-2008, 06:48 PM #393iPhoneaholic
- Join Date
- Jul 2008
- Location
- Winter Park, Florida
- Posts
- 494
- Thanks
- 64
- Thanked 101 Times in 60 Posts
-
11-10-2008, 01:09 AM #394
Well I need some help I've got it started but I need some more things to add but am not sure what to add. I don't have mobile wifi on my iPhone yet I have to wait 2 weeks so I need a big handy widget that I can replace the weather area with. So any ideas would be good.
And I know I need 5 icon dock and maybe new wallpaper (Thats the style of my current one) but anything else I could add to my home screen or any icons I could mod? Id like some ideas my homescreen feels boring and empty after all this
.
Last edited by Tokyo; 11-10-2008 at 01:49 AM.
-
11-10-2008, 03:33 PM #395My iPhone is a Part of Me
- Join Date
- May 2008
- Location
- Scranton
- Posts
- 584
- Thanks
- 164
- Thanked 197 Times in 155 Posts
bear,
im sure youve seen this before but incase you havent...check it out
http://www.modmyi.com/forums/winterb...bg-images.html
its a code written by cpjr that rotates wallpapers...i currently have 12 different wallpapers rotating for your theme... two different themes 7 in one and 5 in another one is x-rated and one is not..lol..to get it to work i have all you html codes named to widget.html and this one is wallpaper.html
here is the html code from his post and there are easy direction on how to add more wallpapers in your roatation
HTML Code:<html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style> body { background-color: black; margin: 0; padding: 0; height: 480px; width: 320px; } img { -webkit-transition-property: opacity; -webkit-transition-duration: 3s; position: absolute; width: 320px; height: auto; } img.fade-out { opacity: 0; } img.fade-in { opacity: 1; } </style> </head> <body style="color: black"> <img src="wallpaper/one.png"/> <img src="wallpaper/two.png"/> <img src="wallpaper/three.png"/> <img src="wallpaper/four.png"/> <img src="wallpaper/five.png"/> <img src="wallpaper/six.png"/> <img src="wallpaper/seven.png"/> <script> // // Displays each <img> once in random order before // randomizing the list again. // Just add an <img> tag with your filename to add a pic, // and change interval to control the cycle speed. var interval = 4 * 20; // Seconds between change var images = document.getElementsByTagName("img"); var imageArray = []; var imageCount = images.length; var current = 0; var randomize = function(){ return (Math.round(Math.random() * 3 - 1.5)); } for(var i = 0; i < imageCount; i++){ images[i].className = 'fade-out'; imageArray[i] = images[i]; } imageArray.sort(randomize); var fade = function(){ imageArray[current++].className = 'fade-out'; if(current == imageCount){ current = 0; imageArray.sort(randomize); } imageArray[current].className = 'fade-in'; setTimeout(fade, interval * 1000); }; fade(); </script> </body></html>
Last edited by Ice9812; 11-10-2008 at 03:37 PM.
If I Helped You Hit The Thanks Button
-
11-10-2008, 04:06 PM #396
-
11-10-2008, 04:40 PM #397Green Apple
- Join Date
- Oct 2007
- Location
- aix en provence
- Posts
- 72
- Thanks
- 5
- Thanked 23 Times in 17 Posts
Last edited by bacman; 11-10-2008 at 04:43 PM.
-
11-10-2008, 04:46 PM #398
Namikaze4..... You need to install Categories from Cydia and understand how that program works. You also need to install blank applicaitons referenced in the 1st post so you can move your icons where you need them.....and you also need to replace your current icons with the ones provided in the links which are in the README file. Also, if you look several pages back...you will see that MARC posted the icons that I am using. Those icons go into your "Icons" folder in your theme folder.
Ice... I haven't tried rotating wallpaper yet.....Might have to give it a shot, and get a collection of walls together.
Special Thanks to Ice for providing the weather "inline" code a couple pages back. I attempted to modify it a little to replicate the actual Dashboard Weather Widget as close as possible. The only thing I couldn't do was get the "City" centered with the enlarged "Temp". They seem to be locked "inline" from the bottom. If anyone knows how to do what I'm talking about...please let me know.
So with this modification I made a little tweak to the Weather widget: See below...just drag and drop into your PSD file and set the drop shadow to 31 or whatever you have it set as.
Original Dashboard Weather Widget: You will see that the city is centered inline...vs the bottom. Not really concerned with adding "hi/low" to the top since it is the same information as the 6 day below for that day.

Minor adjustments to black and blue weather widgets (see instructions above). For those that do not have Photoshop (free trial) or Gimp (free)...Go get it.


....and a test screenshot with the current day/month color codes changed via instructions provided in the Calendar.theme README file.

Edit: Here is the adjusted code....I just hack so check my work
Code:/* Inspired by Rainmanbk */ #WeatherContainer{ margin-top:86px; width:100%; color:white; font-weight:bold; background-color: transparent; height:27px; padding-top:0px; } #TextContainer{ font-family: Helvetica; text-shadow: rgba(0,0,0,0.7) 0 0 2px; margin:none; width:320px; } #city{ text-transform:capitalize; font-variant: small-caps; font-size:10px; padding-left:17px; } #TextContainer p{ margin:15; display:inline; } #city, #temp{ } #temp{ font-weight:normal; font-size:24px; padding-left:38px; color:white; } #desc{ text-transform:capitalize; text-align: right; padding-right:7px; float:right; color:transparent; } #weatherIcon{ height:57px; width:68px; position:relative; margin-top:-42px; margin-left:73px; }Last edited by Bear Hunter; 11-10-2008 at 04:49 PM.
-
The Following User Says Thank You to Bear Hunter For This Useful Post:
Ice9812 (11-10-2008)
-
11-10-2008, 05:22 PM #399iPhoneaholic
- Join Date
- Jul 2008
- Location
- Winter Park, Florida
- Posts
- 494
- Thanks
- 64
- Thanked 101 Times in 60 Posts
Put that new code in the myopia.css file and its not quite working well...i readjusted to account for the fact that my weather widget is below where yours is, but still no dice yet. Here's what I'm using atm:
/* Inspired by Rainmanbk */
#WeatherContainer{
margin-top:140px;
margin-right:255px;
width:100%;
color:white;
font-weight:bold;
background-color: transparent;
height:27px;
padding-top:0px;
}
#TextContainer{
font-family: Helvetica;
text-shadow: rgba(0,0,0,0.7) 0 0 2px;
margin:none;
width:320px;
}
#city{
text-transform:capitalize;
font-variant: small-caps;
font-size:10px;
padding-left:17px;
}
#TextContainer p{
margin:15;
display:inline;
}
#city, #temp{
}
#temp{
font-weight:normal;
font-size:24px;
padding-left:38px;
color:white;
}
#desc{
text-transform:capitalize;
text-align: right;
padding-right:7px;
float:right;
color:transparent;
}
#weatherIcon{
height:57px;
width:68px;
position:relative;
margin-top:-56px;
margin-left
0px;
}
-
11-10-2008, 05:42 PM #400
So no one wants to suggest anything



LinkBack URL
About LinkBacks
Reply With Quote


