Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdx/tmux-cpu-info
Shows a tiny bar in your tmux statusline with the current CPU usage
https://github.com/jdx/tmux-cpu-info
Last synced: 22 days ago
JSON representation
Shows a tiny bar in your tmux statusline with the current CPU usage
- Host: GitHub
- URL: https://github.com/jdx/tmux-cpu-info
- Owner: jdx
- License: isc
- Created: 2014-08-02T08:26:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T19:01:23.000Z (about 7 years ago)
- Last Synced: 2024-04-13T21:05:07.125Z (7 months ago)
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tmux - tmux-cpu-info
README
tmux-cpu-info
=============Shows a tiny bar in your tmux statusline with the current CPU usage. Works on OSX, might work on other platforms.
Example
=======**High Usage**
![high.png](screenshots/high.png)
**Medium Usage**
![medium.png](screenshots/medium.png)
**Low Usage**
![low.png](screenshots/low.png)
Could also show memory usage with some slight customization.
Installation
============Add the following to `~/.tmux.conf`
```
set -g status-left '#(tmux-cpu-info)'
```Or for a more complete statusline like [the one I have](https://github.com/dickeyxxx/dotfiles/blob/master/home/.tmux.conf)
Other Tmux Plugins
==================* [tmux-spotify-info](https://github.com/dickeyxxx/tmux-spotify-info)
* [tmux-weather](https://github.com/dickeyxxx/tmux-weather)