Local SketchyBar configuration plus helper tooling for a macOS menu bar setup. Experimental and workspace-specific.
- Experimental (hybrid C/Lua helpers + Lua config)
- Not packaged for public distribution; use locally
- Lua config:
main.lua,modules/,profiles/,themes/ - Helpers:
scripts/(deploy, rebuild, toggles) - Optional C helpers: build via CMake (
CMakeLists.txt) - TUI:
tui/configuration and helpers
# Sync repo to ~/.config/sketchybar
./scripts/deploy.sh
# Rebuild optional helpers
./scripts/rebuild.shFor a fresh install on a new machine, see docs/guides/INSTALLATION_GUIDE.md.
./scripts/install.sh is available but still references the GitHub repo; use it only if that flow is intentional.
cmake -B build -S .
cmake --build builddocs/INDEX.md- Documentation mapdocs/STATE_SCHEMA.md- Runtime state.json keys and schemadocs/BUILD.md- Build detailsdocs/guides/QUICK_START.md- Quick start walkthroughdocs/guides/UPDATE_GUIDE.md- Update procedures
MIT (see LICENSE)