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: about 1 year ago
JSON representation

A lightweight macOS app for displaying calendar and time

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)