https://github.com/diamondgotcat/menubarcountdown
(macOS) Display a countdown in the macOS menu bar
https://github.com/diamondgotcat/menubarcountdown
app application macos menubar menubar-app swift swiftui
Last synced: about 1 year ago
JSON representation
(macOS) Display a countdown in the macOS menu bar
- Host: GitHub
- URL: https://github.com/diamondgotcat/menubarcountdown
- Owner: DiamondGotCat
- License: mit
- Created: 2025-06-05T12:12:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-05T12:20:58.000Z (about 1 year ago)
- Last Synced: 2025-06-05T13:26:18.130Z (about 1 year ago)
- Topics: app, application, macos, menubar, menubar-app, swift, swiftui
- Language: Swift
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> MenuBarCountdown on macOS 15.5 (Menu bar customized with [Ice](https://github.com/jordanbaird/Ice))
# MenuBarCountdown
Display a countdown in the macOS menu bar
## Q&A
### What is This default endpoint?
`https://diamondgotcat.net/appledate.txt`
I originally created this software as a reminder to make sure I wasn't late for Apple announcements.
After repeated improvements, it has become an easy-to-use menu bar countdown item for anyone.
After all, this endpoint is the date and time endpoint for Apple Event (include WWDC), which is manually updated.
### Is an endpoint required?
The endpoint is required, but it does not have to be hosted by you.
I provides its own endpoint (`https://diamondgotcat.net/echo/?content=2025-06-10T17:00:00Z`) so that anyone can use it, even if they are not a developer.
## Other Screenshots

## Note
If you are building it yourself, please note the following:
- To hide it from the Dock, add "LSUIElement" to Info.plist as Yes (Boolean, set to "1" in the file).
- This application requires outgoing connections to the Internet. Please allow "Outgoing Connections (Client)" in the App Sandbox feature.