Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months 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

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)