From eca1ca2827b83c67c514e991cf23fb72ee90033e Mon Sep 17 00:00:00 2001 From: Daniel Riedl <107212962+danriedl@users.noreply.github.com> Date: Thu, 4 May 2023 11:20:15 +0200 Subject: [PATCH] doc(Install): Add missing plugins. [#193] - spotify-tui - kubernetes-context --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c2d1bb76..16fcbbd0 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, network, network-bandwidth, network-ping, attached-clients, network-vpn, weather, time +# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, network, network-bandwidth, network-ping, attached-clients, network-vpn, weather, time, spotify-tui, kubernetes-context set -g @dracula-plugins "cpu-usage gpu-usage ram-usage" ```