Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T19:13:13.000Z (6 months ago)
- Last Synced: 2024-08-02T14:05:44.506Z (3 months ago)
- Topics: calendar, date, lunar, lunar-calendar, macos, menubar-app, swift, swiftui, widget, widgetkit
- Language: Swift
- Homepage:
- Size: 9.88 MB
- Stars: 334
- Watchers: 5
- Forks: 23
- Open Issues: 1
-
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
Left click the menubar item to open it
- Settings
Right click the menubar item to open it
- Appearance Settings
- Menubar Style
Drag and drop to edit `Date & Time Style`
- Widget
- Interactive Widget ( **macOS 14.0 +** )`<`: Last month
`Month & Year`: Today
`>`: Next month
## 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)
- [WrappingHStack](https://github.com/dkk/WrappingHStack)
- [LaunchAtLogin](https://github.com/sindresorhus/LaunchAtLogin)
- [Schedule](https://github.com/luoxiu/Schedule)
- [Swift Algorithms](https://github.com/apple/swift-algorithms)