MacOS world clock app.
A replacement for the existing MacOS clock menubar applet. Provides all the functions of the default system applet with the addition of customizable clock widgets for user-speicifed cities.
Just grab the latest release from the releases tab, or build from source following the instrutions below.
Open the project in Xcode and build. No need to do anything else.
- Cities: The list of cities to keep clocks of. Populates from
Foundation
'sTimezone.knownTimezoneIdentifiers
- Time Format: 12 or 24 hour time.
- Accent Color: Accent color for Day value in clock widgets.
- Menu Text: Three options
- System Time: Current system time, live updating. Customizable to show date/day/time. Uses 12/24-hour time as specified above
- App Name: The name of the app
- Icon: A little clock icon
WorldClock
is available under a GPLv3 license. See the LICENSE file for more details.
- ComboColorWell - Fancy color picker, MIT licence
- ACBTokenField - Easier Token field, MIT license