https://github.com/suhlig/bitbar-thyme
Shows Thyme status in Bitbar
https://github.com/suhlig/bitbar-thyme
bitbar-plugin pomodoro thyme
Last synced: 3 months ago
JSON representation
Shows Thyme status in Bitbar
- Host: GitHub
- URL: https://github.com/suhlig/bitbar-thyme
- Owner: suhlig
- License: mit
- Archived: true
- Created: 2017-04-24T21:17:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-03T21:03:22.000Z (about 4 years ago)
- Last Synced: 2025-02-24T03:02:18.972Z (3 months ago)
- Topics: bitbar-plugin, pomodoro, thyme
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
# Bitbar + Thyme Integration
[](https://travis-ci.org/suhlig/bitbar-thyme)
This gem shows the current [Thyme](https://github.com/hughbien/thyme) status in [Bitbar](https://getbitbar.com/). It consists of two parts:
1. A plugin for Thyme that, on every tick, writes the status to a file, and
1. a plugin for Bitbar that reads that file and renders the status in the Bitbar instance.# Installation
## Install the gem
```
gem install bitbar-thyme
```## Configure Thyme
Enable the bitbar plugin in `~/.thymerc`:
```
begin
require 'thyme/bitbar_plugin'
use Thyme::BitbarPlugin
rescue LoadError
warn 'Warning: Could not load the bitbar plugin; try "gem install bitbar_thyme".'
end
```## Configure Bitbar
Assuming `~/.bitbar` is your plugins folder, the gem installer will create `~/.bitbar/thyme.1s.sh`.