All Projects → zfdang → Chinese Lunar Calendar For Mac

zfdang / Chinese Lunar Calendar For Mac

Chinese Lunar Calendar for Mac

Projects that are alternatives of or similar to Chinese Lunar Calendar For Mac

Nocturnal
A Dimness and Night Shift menu bar app for macOS 🌙
Stars: ✭ 199 (+32.67%)
Mutual labels:  mac, menu, menubar
osx-statusbar-countdown
⏳📅 A utility to count down to a date from your macOS menubar, written in Swift
Stars: ✭ 40 (-73.33%)
Mutual labels:  menubar, statusbar, osx
Spotmenu
Stars: ✭ 2,668 (+1678.67%)
Mutual labels:  menu, menubar, bar
React Site Nav
A kick ass site menu powered by styled components inspired by Stripe.
Stars: ✭ 155 (+3.33%)
Mutual labels:  menu, menubar, bar
Mbicons
MBIcons contains over 200 icons that can be resized to any dimensions as they are drawn using NSBezierPath.
Stars: ✭ 537 (+258%)
Mutual labels:  osx, mac, icons
Immersionbar
android 4.4以上沉浸式状态栏和沉浸式导航栏管理,适配横竖屏切换、刘海屏、软键盘弹出等问题,可以修改状态栏字体颜色和导航栏图标颜色,以及不可修改字体颜色手机的适配,适用于Activity、Fragment、DialogFragment、Dialog,PopupWindow,一句代码轻松实现,以及对bar的其他设置,详见README。简书请参考:http://www.jianshu.com/p/2a884e211a62
Stars: ✭ 10,030 (+6586.67%)
Mutual labels:  status, statusbar, bar
Quickeys
A mac menu bar app that provides note taking functionality though a quick dropdown menu.
Stars: ✭ 54 (-64%)
Mutual labels:  menubar, mac, statusbar
Popover
Custom macOS Popover 💬
Stars: ✭ 71 (-52.67%)
Mutual labels:  menubar, statusbar, osx
Radialmenu
A highly customizable radial menu that's very easy to setup.
Stars: ✭ 371 (+147.33%)
Mutual labels:  icons, menu, menubar
Mtmr
🌟 [My TouchBar My rules]. The Touch Bar Customisation App for your MacBook Pro
Stars: ✭ 3,547 (+2264.67%)
Mutual labels:  macbook, statusbar, bar
Hot
Hot is macOS menu bar application that displays the CPU speed limit due to thermal issues.
Stars: ✭ 131 (-12.67%)
Mutual labels:  mac, status, menubar
Macapps
个人收集的一些mac使用的不易找到的app,不断更新中。
Stars: ✭ 726 (+384%)
Mutual labels:  macbook, osx, mac
Touch Bar Istats
Show CPU/GPU/MEM temperature on Touch Bar with BetterTouchTool!
Stars: ✭ 141 (-6%)
Mutual labels:  macbook, icons, bar
Menutube
Catch YouTube into your macOS menu bar! 🦄
Stars: ✭ 102 (-32%)
Mutual labels:  mac, menubar
Tensorflow Gpu Macosx
Unoffcial NVIDIA CUDA GPU support version of Google Tensorflow for MAC OSX
Stars: ✭ 103 (-31.33%)
Mutual labels:  osx, mac
Macos Patcher
Command line tool for running macOS on unsupported Macs
Stars: ✭ 114 (-24%)
Mutual labels:  osx, mac
Iglance
Free system monitor for OSX and macOS. See all system information at a glance in the menu bar.
Stars: ✭ 1,358 (+805.33%)
Mutual labels:  osx, mac
Sbplayerclient
支持全格式的mac版视频播放器
Stars: ✭ 110 (-26.67%)
Mutual labels:  osx, mac
Omnifocus Stats
📊 Stats tool for OmniFocus.
Stars: ✭ 148 (-1.33%)
Mutual labels:  osx, mac
Waybar
Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉
Stars: ✭ 2,037 (+1258%)
Mutual labels:  statusbar, bar

1.MAC下的状态栏万年历

功能说明、界面、使用方法见:

calendar.zfdang.com

2.Code Explanation

This is a menubar app which shows a simple chinese lunar calendar for OSX.

There are two different implementations for this app:

2.1. WanNianLi

this project is using the official NSStatusItem to implement the menubar app. Its posittion in the icon bar can't be moved.

2.2. CLCLauncher + CLCMenuExtra

these two projects are using the un-official NSMenuExtra (hacking way) to implement the menubar app. The calendar icon works in the same way with system's icon. You can use CMD+Drag to move it or remove it.

CLCLauncher: this project is a agent application, which launch "MenuCracker.menu" & "CLCMenuExtra.menu"

It dependens on MenuCracker.menu and CLCMenuExtra.menu (these two bundles will be packed into CLCLauncher.app as resources)

CLCMenuExtra: this project finishs the actual functionality. this bundle is using un-official NSMenuExtra API.

3.Referrences

http://duhanebel.wordpress.com/2010/04/02/nsmenuextra-how-to-work-with-undocumented-apis/

https://github.com/aschuch/AXStatusItemPopup

http://sourceforge.net/projects/menucracker/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].