Skip to content

matryer/xbar-plugins

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

Improve `LibreLinkUp Status` plugin: Display elapsed time since last reading + customizable range + refresh button + error handling + refactor
dc5fd07

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 12, 2021 12:30
AWS
January 29, 2023 09:32
Dev
November 11, 2023 12:47
June 8, 2017 13:01
January 26, 2023 12:06
IoT
January 26, 2023 18:55
November 20, 2023 22:22
January 27, 2023 17:59
January 21, 2020 16:32

xbar Plugins

This repo contains scripts, programs and command-line tools that add functionality to xbar.

Reporting issues

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 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 xbar menus

Available Plugins

To see a list of available plugins, visit https://xbarapp.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 plugin development and contribution guide