Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/callahanrts/bar
A status bar widget for Ubersicht on OS X
https://github.com/callahanrts/bar
Last synced: 12 days ago
JSON representation
A status bar widget for Ubersicht on OS X
- Host: GitHub
- URL: https://github.com/callahanrts/bar
- Owner: callahanrts
- Created: 2016-01-09T22:43:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T17:09:27.000Z (over 5 years ago)
- Last Synced: 2024-08-01T16:45:06.004Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 49.2 MB
- Stars: 142
- Watchers: 4
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bar
Bar is an [Übersicht](https://github.com/felixhageloh/uebersicht) widget
that places a customizable bar on your desktop.![Spotify](./screenshots/1.png)
## Elements
- Currently playing music from
- Spotify
- Battery
- Date/Time## Installation
Download (or clone) this repository and place the folder in your Übersicht widgets directory.
## Configuration
Open [index.jsx](https://github.com/callahanrts/bar/blob/master/index.coffee)
and edit as you'd like. Some of the objects toward the top should make
customization a little easier.## Space configuration
It's possible to get chunkwm to update when spaces are switched. You can
use the following in your `~/.khdrc`.
```
cmd - 1 : khd -p "cmd + alt - 1" && uberrefresh
...
```
`uberrefresh` is a shell script included in this repository. Copy it to
`/usr/local/bin`
```
cp bin/uberrefresh /usr/local/bin/uberrefresh
```## Questions?
If you find a bug or have any questions about Bar, [submit an issue](https://github.com/callahanrts/bar/issues/new).