/tmux-plugin-ram

tmux plugin showing RAM usage

Primary LanguageShellApache License 2.0Apache-2.0

tmux-plugin-ram

tmux plugin showing RAM usage

Installation

Installation with Tmux Plugin Manager (recommended)

Add plugin to the list of TPM plugins in .tmux.conf:

set -g @plugin 'pwittchen/tmux-plugin-ram'

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 RAM usage via this tmux plugin, add the following command to your .tmux.conf file:

#{ram}

References