Live progress
Hover the notch: what you're in, when it ends, and how much of it is left.
Your notch answers that now. Live event progress, right where you're already staring.
Download for MacHover the notch: what you're in, when it ends, and how much of it is left.
The time left, next to the clock — 23 min, then 1h05. No hovering required.
A notification five minutes before an event starts, and five before it's over. Off until you ask for it.
The notch stays black until you hover, and NotchBar wakes up once every 30 seconds. Your battery won't notice.
NotchBar is ad-hoc signed, so Gatekeeper rejects the quarantine flag your browser attached to the download. You do this once; afterwards it opens with a normal double-click. The curl command below skips the step entirely.
Download for MacPrefer the terminal? Homebrew also keeps NotchBar up to date. The last line clears the quarantine flag Homebrew sets — re-run it after each upgrade. brew tap periicles/tap && brew trust periicles/tap && brew install --cask notchbar &&
xattr -dr com.apple.quarantine /Applications/NotchBar.app
No Homebrew? This does the same, and nothing is piped into a shell. curl -fsSL -o /tmp/NotchBar.dmg https://github.com/Periicles/Notchapp/releases/latest/download/NotchBar.dmg &&
hdiutil attach -quiet -nobrowse -mountpoint /tmp/NotchBar.mount /tmp/NotchBar.dmg &&
cp -R /tmp/NotchBar.mount/NotchBar.app /Applications/ &&
hdiutil detach -quiet /tmp/NotchBar.mount && rm /tmp/NotchBar.dmg
Changed your mind? Turn off Launch at login, then drag NotchBar to the Trash. Full steps.