added gpu usage

This commit is contained in:
Ethan Edwards 2020-06-29 22:44:51 -04:00
parent a68dcc7d88
commit dcb6f48a4d
4 changed files with 51 additions and 2 deletions

View file

@ -24,5 +24,6 @@ Customize the status bar by adding any of these lines to your .tmux.conf as desi
* Enable military time: `set -g @dracula-military-time true`
* Switch the left smiley icon `set -g @dracula-show-left-icon session` it can accept `session`, `smiley`, `window`, or any character.
* Enable high contrast pane border: `set -g @dracula-border-contrast true`
* Enable cpu percentage: `set -g @dracula-cpu-usage true`
* Enable ram percentage: `set -g @dracula-ram-usage true`
* Enable cpu usage: `set -g @dracula-cpu-usage true`
* Enable ram usage: `set -g @dracula-ram-usage true`
* Enable gpu usage: `set -g @dracula-gpu-usage true`