diff --git a/INSTALL.md b/INSTALL.md index 8e04980..f85601d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -48,7 +48,7 @@ To enable plugins set up the `@dracula-plugins` option in you `.tmux.conf` file, The order that you define the plugins will be the order on the status bar left to right. ```bash -# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, tmux-ram-usage, network, network-bandwidth, network-ping, attached-clients, network-vpn, weather, time, spotify-tui, kubernetes-context, synchronize-panes +# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, tmux-ram-usage, network, network-bandwidth, network-ping, ssh-session, attached-clients, network-vpn, weather, time, spotify-tui, kubernetes-context, synchronize-panes set -g @dracula-plugins "cpu-usage gpu-usage ram-usage" ``` @@ -189,6 +189,13 @@ You can configure which server (hostname, IP) you want to ping and at which rate set -g @dracula-ping-server "google.com" set -g @dracula-ping-rate 5 ``` +### ssh-session options + +Show SSH session port + +```bash +set -g @dracula-show-ssh-session-port true +``` #### time options diff --git a/README.md b/README.md index 6fcd9ef..217aa2f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Configuration and options can be found at [draculatheme.com/tmux](https://dracul - Day, date, time, timezone - Current location based on network with temperature and forecast icon (if available) - Network connection status, bandwidth and SSID +- SSH session user, hostname and port of active tmux pane - Git branch and status - Battery percentage and AC power connection status - Refresh rate control