-
Notifications
You must be signed in to change notification settings - Fork 17
Clock
As most people know, iOS 7 and higher have a new "live" clock icon. As a result, this icon must be themed with a different approach than other icons are normally themed.
An (ugly) example theme is available. Just look for "Custom Clock Example" on https://coolstar.org/publicrepo
Non-Live mode is when the clock icon is inside a folder, in Spotlight, Siri, Anemone's preview, etc. This non-live mode may be themed by using the Bundles/ method on the icon itself or with IconBundles.
The clock icon background may be themed either with Anemone's car support.
Anemone supports theming the clock hands. As the clock hands images are resized by iOS to fit the original hand size, if you wish to reduce the hand size, we suggest keeping the original PNG the same size and using transparency around your smaller hand.
The second hand is loaded from "ClockIconSecondHand.png" in SpringBoard's bundle.
The minute hand is loaded from "ClockIconMinuteHand.png" in SpringBoard's bundle.
The hour hand is loaded from "ClockIconHourHand.png" in SpringBoard's bundle.
The red dot (the smaller one in the center) is loaded from "ClockIconRedDot.png" in SpringBoard's bundle.
The black dot (the larger one in the center) is loaded from "ClockIconBlackDot.png" in SpringBoard's bundle.