Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/admk/tmux-batteries

A set of status indicators for tmux.
https://github.com/admk/tmux-batteries

Last synced: 5 days ago
JSON representation

A set of status indicators for tmux.

Awesome Lists containing this project

README

        

tmux-batteries
==============

A set of status indicators for tmux.

* `weather.py`: Displays temperature and weather condition.
* `system.py`: A reimplementation of `creaktive/rainbarf` in Python 3.
Displays system information such as CPU and memory usages.

Requirements
------------

* `pip3 install psutil`

Install
-------

* Clone repository, add the following line to `~/.tmux.conf`

```
set -g status-right '#(~/.external/tmux-batteries/weather.py) #(~/.external/tmux-batteries/system.py)'
```

Screenshots
-----------

![braille](/screenshots/2.png)
![tmux](/screenshots/1.png)