From 31cb812316f695302a4a3b66b500eba6b77a67a0 Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Sat, 13 Aug 2022 18:33:25 +0530 Subject: [PATCH] Fix name --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bdd04c2..26ae6cd 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Using `tpm` If you are a `tpm` user, you can install the theme and keep up to date by adding the following to your `.tmux.conf` file: ```bash -set -g @plugin 'dracula/tmux' +set -g @plugin '2kabhishek/tmux2k' ``` @@ -85,11 +85,11 @@ set -g @tmux2k-cpu-usage-colors "blue dark_gray" set -g @tmux2k-show-left-icon "" # update powerline symbols -set -g @dracula-show-left-sep "" -set -g @dracula-show-right-sep "" +set -g @tmux2k-show-left-sep "" +set -g @tmux2k-show-right-sep "" # change refresh rate -set -g @dracula-refresh-rate 5 +set -g @tmux2k-refresh-rate 5 ``` ## How it was built