Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/admk/tmux-batteries
- Owner: admk
- License: mit
- Created: 2013-10-04T23:21:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T18:15:28.000Z (over 9 years ago)
- Last Synced: 2024-05-21T02:10:25.561Z (8 months ago)
- Language: Python
- Size: 324 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)