feat: Added MPC documentation
This commit is contained in:
parent
a486050c22
commit
187a57d1a2
2 changed files with 2 additions and 1 deletions
|
@ -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, attached-clients, network-vpn, weather, time, mpc, spotify-tui, kubernetes-context, synchronize-panes
|
||||
|
||||
set -g @dracula-plugins "cpu-usage gpu-usage ram-usage"
|
||||
```
|
||||
|
|
|
@ -34,6 +34,7 @@ Configuration and options can be found at [draculatheme.com/tmux](https://dracul
|
|||
- If forecast information is available, a ☀, ☁, ☂, or ❄ unicode character corresponding with the forecast is displayed alongside the temperature
|
||||
- Info if the Panes are synchronized
|
||||
- Spotify playback (needs the tool spotify-tui installed)
|
||||
- Music Player Daemon status (needs the tool mpc installed)
|
||||
- Current kubernetes context
|
||||
- Countdown to tmux-continuum save
|
||||
- Current working directory of tmux pane
|
||||
|
|
Loading…
Reference in a new issue