docs: Add documentation for ssh-session plugin

This commit is contained in:
AbelAnaya 2023-10-12 00:10:36 +02:00
parent c9c08f58e0
commit bda4fdaf21
2 changed files with 9 additions and 1 deletions

View file

@ -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. The order that you define the plugins will be the order on the status bar left to right.
```bash ```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" 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-server "google.com"
set -g @dracula-ping-rate 5 set -g @dracula-ping-rate 5
``` ```
### ssh-session options
Show SSH session port
```bash
set -g @dracula-show-ssh-session-port true
```
#### time options #### time options

View file

@ -18,6 +18,7 @@ Configuration and options can be found at [draculatheme.com/tmux](https://dracul
- Day, date, time, timezone - Day, date, time, timezone
- Current location based on network with temperature and forecast icon (if available) - Current location based on network with temperature and forecast icon (if available)
- Network connection status, bandwidth and SSID - Network connection status, bandwidth and SSID
- SSH session user, hostname and port of active tmux pane
- Git branch and status - Git branch and status
- Battery percentage and AC power connection status - Battery percentage and AC power connection status
- Refresh rate control - Refresh rate control