Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdx/tmux-weather

Show weather in tmux status line. No powerline needed.
https://github.com/jdx/tmux-weather

Last synced: 6 days ago
JSON representation

Show weather in tmux status line. No powerline needed.

Awesome Lists containing this project

README

        

tmux-weather
============

Show weather in tmux status line. No powerline needed.

![tmux-weather](./img/screenshot.png)

Installation
============
Install [latlon](https://github.com/jdxcode/latlon).

```
$ brew install jdxcode/brew/latlon
```

Copy `tmux-weather` into PATH.

```
cp ./tmux-weather /usr/local/bin/tmux-weather
```

Create a file at `~/.config/forecastio.json` with a forecast.io API key:

```json
{
"token": "YOURAPIKEY"
}
```

Add this (or something like it) to `~/.tmux.conf`:

```
set -g status-right '#(~/bin/tmux-weather)'
```

Other Tmux Plugins
==================

* [tmux-cpu-info](https://github.com/dickeyxxx/tmux-cpu-info)
* [tmux-spotify-info](https://github.com/dickeyxxx/tmux-spotify-info)