I am working on the plist...
I have been able to grab the docked/undocked and change the font/color/size of the displayed... but i have questions
What clock is this? Top of the home screen?
<key>TimeStyle</key>
<string>text-shadow: 1px 1px 3px black; color: white;</string>
and this is from picnic....
<key>CalendarIconDayStyle</key>
<string>padding-top: 68;font-size: 8;text-transform: uppercase;color: 2d303a</string>
<key>CalendarIconDateStyle</key>
<string>padding-bottom: 57;font-size: 18;padding-left: 24;color: ffffff</string>
whats with the huge padding? (is there a screenshot out there of this?)
Im not sure how to pull off some of these settings...
like text-shadow.. i could create the text shadow, but i dont remember my css well... 1px 1px 3px black.... is the 1 over 1 down 3 wide black color?
thanks!