https://github.com/ZzzM/CalendarX
A lightweight macOS app for displaying calendar and time
https://github.com/ZzzM/CalendarX
calendar date lunar lunar-calendar macos menubar-app swift swiftui widget widgetkit
Last synced: about 1 year ago
JSON representation
A lightweight macOS app for displaying calendar and time
- Host: GitHub
- URL: https://github.com/ZzzM/CalendarX
- Owner: ZzzM
- License: agpl-3.0
- Created: 2020-06-30T08:02:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T14:03:15.000Z (about 1 year ago)
- Last Synced: 2025-04-02T14:46:13.423Z (about 1 year ago)
- Topics: calendar, date, lunar, lunar-calendar, macos, menubar-app, swift, swiftui, widget, widgetkit
- Language: Swift
- Homepage:
- Size: 10.8 MB
- Stars: 425
- Watchers: 5
- Forks: 28
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
CalendarX
A lightweight macOS app for displaying calendar and time
## Features
- [x] Chinese statutory holidays and other festivals
- [x] Custom menubar styles (icon, date & time)
- [x] Dark mode
- [x] Localization (简体中文、English)
- [x] Widget / Interactive Widget / KeyboardShortcut
- [x] SwiftUI / Async / Await
## Compatibility
- Requires **macOS 11.0** or later
## Changelogs
- [简体中文](changelogs/CHANGELOG_SC.md)
- [English](changelogs/CHANGELOG.md)
## Snapshots
### Calendar
> [!NOTE]
> Left click the menubar item to open it

### Settings
> [!NOTE]
> Right click the menubar item to open it
> [!TIP]
> Set up `Launch at login`, requires *macOS 13.0 +*
> [!TIP]
> Drag and drop to edit `Date & Time Style`
### Widget / Interactive Widget ( *macOS 14.0 +* )
## FAQ
1. **"CalendarX.dmg" can't be opened.**
1. **"CalendarX" can't be opened.**
**Or**
open `Terminal` and run
``` shell
sudo xattr -r -d com.apple.quarantine /Applications/CalendarX.app
```
## Dependencies
- [Sparkle](https://github.com/sparkle-project/Sparkle)
- [Schedule](https://github.com/luoxiu/Schedule)
- [Swift Algorithms](https://github.com/apple/swift-algorithms)