Soon i may lose my internet connection for a period so i decided to upload the skin that i am currently working on
Fade includes: Clock with 3 slightly changed versions -fading more fitting the calendar -fading and fitting calendar -initial version no fit Timeshift Calendar with century gothic font(needs to be developed more) Network Status Storage Status System Status -Simple status -Displaying two cores version Power Status RSS Tab -left rss tab -right rss tab Configurable Tabs bar displaying optional sys info iTunes gadget with Artwork display 3 day Weather Status Gmail Inbox Recycle Bin SlideShow Wifi Status left and right bars And a quickly made soft colored background by me
and finally and most importantly i used a lot of great creations to make this skin.many thanks to its creators
Credits / Visual
weather icons: plain weather icons by merlinthered [link] icons on tabs: devine icons by ipapun [link] and [link] icons on menus: devine and token icons by brsev [link]
Credits / Code
chucknorrisfacts : [link] weather gadget: tweaked the code of Large Clean Weather by shivaism [link] rss : Arkan tab by aidaaah [link] gmail: Gmail Gadget by wasky1 [link] recycle bin: Razor by minhtrimatrix [link]
heyooo i downloaded ur awesome clock (i love ittt) but it had some glitches for example in ur screen shot: 36,37,37,39,40 <- duplicates of 37 and skipping the next number: 38. Not sure if that was meant to be.
But the glitch/mispelling i wanted to pick on was the folder with "FadingClock", u spelt substitute wrong in the .ini file so numbers would go negative sometimes.
+fav <3
Replace these 4 measures in the skin with the code shown below:
[second-1measure]
Measure=Calc
Formula= (60+secondmeasure-1)%60/100
Substitute="0.":""
[second-2measure]
Measure=Calc
Formula= (60+secondmeasure-2)%60/100
Substitute="0.":""
[second+1measure]
Measure=Calc
Formula= (60+secondmeasure+1)%60/100
Substitute="0.":""
[second+2measure]
Measure=Calc
Formula= (60+secondmeasure+2)%60/100
Substitute="0.":""
Next, find each of the meters in the skin that correspond to these secondmeter-1, secondmeter-2, secondmeter+1, and secondmeter+2 and add the line:
NumOfDecimals=2Here's an example for the secondmeter-1 meter:
[secondmeter-1]Meter=String
Measurename=second-1measure
NumOfDecimals=2
;...all the other meter options...
but it had some glitches for example in ur screen shot:
36,37,37,39,40 <- duplicates of 37 and skipping the next number: 38. Not sure if that was meant to be.
But the glitch/mispelling i wanted to pick on was the folder with "FadingClock", u spelt substitute wrong in the .ini file so numbers would go negative sometimes.
just wanted to let u know