A Übersicht widget to display the time at different time zones. Can show multiple time zones from 1 to infinite (might not fit in your display). Dark mode support, sunrise/sunset aware.
The seconds, minutes, and hours pointers position change based on CSS animations, so it is a very low CPU/memory intensive widget. If your computer is running a resource intensive application, the CSS might fall behind, so I've decided to set a 30 minute refresh interval.
Edit the places.json file in the widget directory, you will need latitude (lat
), longitude (lng
), and timezone (timezone
) of the clock you want to display, the possible timezones are included in the timezones.json file. These timezones are the ones available in MacOS. The name
key is whatever you want to display on the clock face.
Latitude and Longitude Finder is a very good way to find the coordinates of almost any place.
{
"name": "México City",
"timezone": "America/Mexico_City",
"lat": 19.451054,
"lng": -99.125519
}
- Automatic color change to dark mode if your computer is set to go into it automatically or you have it as default.
- Clock face will change color at sunrise and sunset times for each latitude/longitude.
- Smooth pointer animation.
- Ability to resize as a percentage of the screen, while it can be done; if you are working with two screens in different sizes, it will use the percentage of only one screen.
- Show am/pm indicator for places where there's no sunset.
- Maybe a smarter grid.
- Make prettier hour, minute, second pointers.
Full screenshot in dark mode