An open API service indexing awesome lists of open source software.

https://github.com/matchai/anybar-fish

🚥 Quickly set the style of Anybar
https://github.com/matchai/anybar-fish

Last synced: 4 months ago
JSON representation

🚥 Quickly set the style of Anybar

Awesome Lists containing this project

README

        

# anybar-fish

> A [fish shell](http://fishshell.com/) function to quickly set the style of [Anybar](https://github.com/tonsky/AnyBar)

![Anybar menubar dots](https://cloud.githubusercontent.com/assets/170270/26110935/ea2a0220-3a7d-11e7-9443-d55f5260e3fb.png)

## Usage

```fish
anybar [port]

$ anybar red # Changes Anybar to red on port 1738 (by default)
$ anybar purple 1337 # Changes Anybar to purple on port 1337
```

## Install

### [Fisher](https://github.com/jorgebucaran/fisher)

```fish
fisher install matchai/anybar-fish
```

### [Oh My Fish!](https://github.com/oh-my-fish/oh-my-fish)

```fish
omf install matchai/anybar-fish
```

## License

[ISC](./LICENSE)