A fork of Itsycal by sfsam - a tiny calendar for your Mac's menu bar.
This fork applies a visual refresh to the original project:
- Translucent glass background using NSVisualEffectView
- Larger, more spacious calendar grid with circular day highlights
- Filled today indicator using the system accent color
- Softer typography and color treatments
- More generous spacing in the event list
- Removed the current-month outline
- Rounder window corners
All credit for the original app goes to sfsam. For more info about Itsycal, see http://www.mowglii.com/itsycal
brew tap knowald/tap
brew install knowald/tap/itsycal-fresh
Then link it into your Applications folder:
ln -sf $(brew --prefix)/opt/itsycal-fresh/Itsycal.app ~/Applications/Itsycal.app
Open it from ~/Applications or Spotlight. To start at login, add it in System Settings > General > Login Items.
Requires Xcode (or Xcode Command Line Tools with full Xcode installed).
git clone https://github.com/knowald/Itsycal.git
cd Itsycal
cp Local.xcconfig.example Local.xcconfig
xcodebuild -project Itsycal.xcodeproj -scheme Itsycal -configuration Release \
CONFIGURATION_BUILD_DIR=~/Applications build
The app will be at ~/Applications/Itsycal.app.
MIT Licensed - see License file.
