A macOS menu bar app that displays the current time and shows a delicious calendar popup when clicked.
Clonk is a small side project and mostly built using an AI-assisted development agent. I hope it will eventually be mature and feature rich, but no need to take it too seriously just yet.
Download Clonk.dmg from the latest release and install it like any other app.
Clonk is not currently signed, so the first time you attempt to open the app macOS will show you a warning and prevent it from opening.
- Visit System Settings -> Privacy & Security
- Scroll down and you'll see a message about Clonk and an option to allow it to run
- Allow it and the open the app again
There is no way to fully hide the macOS clock in the menu bar. The best approach is to minimise its appearance.
- Go to System Settings -> Control Centre
- Scroll down and click Clock Options
- Coose Analogue for the menu bar clock style
It rhymes with:
- ✅ bonk
- ✅ honk
- ❌ monk
Prerequisites:
- macOS 14.0 or later
- Command Line Tools for Xcode:
xcode-select --install
Build and run:
cd Clonk
./build.sh
open build/Clonk.appDevelopment:
# Live reload (auto rebuild on file changes)
./live.shUsing Swift Package Manager:
swift build
swift run Clonk- Open
Clonk.xcodeprojin Xcode - Select your development team in the project settings (if needed for code signing)
- Build and run (⌘+R)
- The app will appear in your menu bar
