Control the AnyBar app
$ npm install anybar
import anybar from 'anybar';
anybar('purple');
// The Anybar app menu bar icon turned purple
Returns a promise, but the AnyBar app doesn't send back a reply, so really the only point of waiting for the promise to resolve is in case of an obscure DNS error.
Type: string
The name of the color dot you want the AnyBar app to display.
Type: Object
Type: number
Default: 1738
The port to communicate with the AnyBar app.
- anybar-cli - CLI for this module