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: 3 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T19:01:23.000Z (almost 8 years ago)
- Last Synced: 2025-04-06T05:01:58.794Z (3 months ago)
- Language: Python
- Homepage:
- Size: 117 KB
- Stars: 14
- Watchers: 1
- 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**

**Medium Usage**

**Low Usage**

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)