A wrapper around i3status to allow easy extension of i3bar with extra data.
The bar wrapper will add the following info:
- the currently playing song - supports Spotify and Supersonic.
- the current weather via MeteoSource.
- the current uptime
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
}
