Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 604 Bytes

File metadata and controls

22 lines (15 loc) · 604 Bytes

rpbar

A wrapper around i3status to allow easy extension of i3bar with extra data.

Screenshot of the bar's additions

Features

The bar wrapper will add the following info:

  • the currently playing song - supports Spotify and Supersonic.
  • the current weather via MeteoSource.
  • the current uptime

Usage

In your i3 config update the bar section so i3status is piped into rpbar:

bar {
        status_command i3status | METEOSOURCE_POINT=some_city METEOSOURCE_API_KEY=yourapikey /path/to/rpbar
}