Skip to content

Commit

Permalink
updated to use xbar name
Browse files Browse the repository at this point in the history
  • Loading branch information
matryer committed Mar 28, 2021
1 parent fd33ce8 commit 94915a8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# BitBar Plugins [![Build Status](https://travis-ci.org/matryer/bitbar-plugins.svg?branch=master)](https://travis-ci.org/matryer/bitbar-plugins)
# xbar Plugins [![Build Status](https://travis-ci.org/matryer/xbar-plugins.svg?branch=master)](https://travis-ci.org/matryer/xbar-plugins)

This repo contains scripts, programs and command-line tools that add functionality to [BitBar](https://github.com/matryer/bitbar#get-started).
This repo contains scripts, programs and command-line tools that add functionality to [xbar](https://github.com/matryer/xbar#get-started).

* [Reporting issues](#reporting-issues)
* [Available Plugins](https://github.com/matryer/bitbar-plugins#available-plugins)
* [Contributors](https://github.com/matryer/bitbar-plugins#contributors)
* [Add your own plugin](https://github.com/matryer/bitbar-plugins#add-your-own-plugin)
* [Available Plugins](https://github.com/matryer/xbar-plugins#available-plugins)
* [Contributors](https://github.com/matryer/xbar-plugins#contributors)
* [Add your own plugin](https://github.com/matryer/xbar-plugins#add-your-own-plugin)

### Reporting issues

The best way to report an issue with a plugin is to find the plugin on https://getbitbar.com and click "Open issue". If possible, the author will be tagged in the issue - which greatly increases your chances of getting the issue looked at quickly.
The best way to report an issue with a plugin is to find the plugin on https://xbarapp.com and click "Open issue". If possible, the author will be tagged in the issue - which greatly increases your chances of getting the issue looked at quickly.

### How to use them

* Just drop the plugin into your BitBar plugins folder (if you have the repo, why not use the `Enabled` folder?)
* Just drop the plugin into your xbar plugins folder (if you have the repo, why not use the `Enabled` folder?)
* Make sure it's executable (in Terminal, do `chmod +x plugin.sh`)
* Then choose `Refresh all` from the BitBar menus
* Then choose `Refresh all` from the xbar menus

### Available Plugins

To see a list of available plugins, visit https://getbitbar.com/
To see a list of available plugins, visit https://xbarapp.com/

## Contributors

Special thanks to everyone who has contributed: https://getbitbar.com/contributors
Special thanks to everyone who has contributed: https://xbarapp.com/docs/contributors/index.html

## Add your own plugin

To contribute your own plugin, consult the [guide to writing plugins](https://github.com/matryer/bitbar#writing-plugins)
To contribute your own plugin, consult the [guide to writing plugins](https://github.com/matryer/xbar#writing-plugins)

0 comments on commit 94915a8

Please sign in to comment.