This app exists because I wanted a dead–simple “agent” app that could be quickly summoned whenever (stylishly if possible) and allow me to adjust the Mac’s volume and brightness with Vim key bindings.
Note: As of macOS Sonoma and on Apple Silicon machines, the only reliable way to programmatically control the display’s brightness is through the private DisplayServices framework, which necessitates removing the app’s sandbox. This is why this app can’t be distributed through the App Store.
Requires macOS Sonoma.
demo.mp4
Download the latest release, mount the DMG and move the app bundle to your applications folder.
Manipulating the currently focused setting (either volume or brightness):
Key Binding | Action |
---|---|
L | Increase by 10% |
H | Decrease by 10% |
J | Set to 0% |
K | Set to 100% |
General shortcuts:
Key Binding | Action |
---|---|
Tab | Change focused setting |
Esc | Dismiss Knobby |