A nice, customizable clock widget for use with iWidgets (on jailbroken iOS devices).
Features the following customization options:
- 24 hour clock
- Color
- Opacity
- Font (40+ to choose from)
- Font size
Available on the ModMyi Cydia repository.
- Install Node.js and npm.
cd
to the root folder of the repo and runnpm install
to install dependencies (including Grunt if you don't already have it).- Run
grunt
for initial compilation. - Run
grunt watch
for on-the-fly compilation. - To build the project for distribution, run
grunt build
. - The build process can automatically create a
.deb
file. This requiresdpkg
to be installed (I recommend doing so via Homebrew if you're on OS X).
Note: Requires iWidgets to be installed prior to executing the following steps.
- Transfer the
dist/NiceTime-iWidget-Clock/var/mobile/Library/iWidgets/NiceTime iWidget Clock
folder to your device and place it in, you guessed it:/var/mobile/Library/iWidgets/
. - The widget is now available from iWidgets.
- Install dpkg (I recommend doing so via Homebrew if you're on OS X).
- Fire up a terminal and
cd
to thedist
folder (after having donegrunt build
). - Run
dpkg-deb -Zgzip -b NiceTime-iWidget-Clock
.
- Install MobileTerminal from the BigBoss repo in Cydia.
- Transfer the
dist/NiceTime-iWidget-Clock
folder to your device. - In MobileTerminal;
cd
to the parent folder ofNiceTime-iWidget-Clock
. - Run
dpkg-deb -b NiceTime-iWidget-Clock
.
- Option 1 – iFile: Open the
.deb
in iFile and chooseInstaller
. - Option 2 – Cydia Auto Install:
- Navigate to
/private/var/root/Media
on your device. - If this folder doesn't already contain a sub-folder named
Cydia
, create it. - Inside the
Cydia
folder, create a sub-folder namedAutoInstall
. - Place the
.deb
file in theAutoInstall
folder. - Once copying is complete, restart your device — twice. After the 2nd restart, the package should show up in Cydia and in iWidgets.
- Navigate to
- Option 3 – MobileTerminal:
- In MobileTerminal,
cd
to the folder where you put the.deb
file. - Run
dpkg -i NiceTime-iWidget-Clock.deb
.
- In MobileTerminal,
- 1.0.2 – Add Bebas Neue and Ubuntu fonts
- 1.0.1 – Add "AM/PM" toggle if not using 24 Hour Clock
- 1.0.0 – Initial release