first commit

This commit is contained in:
Daniel Bauer
2020-04-01 11:45:24 +02:00
commit 1872ef616f
5 changed files with 295 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# tmux-plugin-gpu-simple
tmux plugin showing GPU usage
Installation
------------
### Installation with [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) (recommended)
Add plugin to the list of TPM plugins in `.tmux.conf`:
```
set -g @plugin 'danijoo/tmux-plugin-gpu-simple'
```
Hit `prefix + I` to fetch the plugin and source it.
If format strings are added to `status-right`, they should now be visible.
Usage
-----
In order to see GPU usage via this tmux plugin, add the following command to your `.tmux.conf` file:
```
#{gpu}
```
Kudos
----------
I used https://github.com/pwittchen/tmux-plugin-ram as a base for this project.