Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
ThemeSwitcher
Mac menu bar app that toggles light/dark mode on click.
- Single Swift file (
main.swift) —NSStatusItem+NSAppleScript. - Icon reflects current mode:
sun.max.fill(light) /moon.fill(dark). - Updates icon live via
AppleInterfaceThemeChangedNotification. - Left-click: toggle. Right-click: Quit menu.
- Packaged as
.appbundle withLSUIElement(no Dock icon).
Build
./build.sh
open ThemeSwitcher.app
First run prompts for System Events automation permission.