Package Exports
- xbar-plugin-ice-delay
- xbar-plugin-ice-delay/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (xbar-plugin-ice-delay) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
xbar-plugin-ice-delay
An xbar plugin that shows the current delay of the ICE train you're sitting in, directly in the macOS menu bar.
Installation
# install the plugin
npm install -g xbar-plugin-ice-delay
# add a helper script to the xbar plugin directory that calls the actual plugin
echo -e '#!/bin/sh'"\n$(which node) '$(which xbar-plugin-ice-delay)'" >~/Library/Application\ Support/xbar/plugins/ice-delay.30s.shUsage
Usage:
xbar-plugin-ice-delayContributing
If you have a question or need support using xbar-plugin-ice-delay, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, use the issues page.