Merge branch 'main' of github.com:2kabhishek/tmux2k

This commit is contained in:
Abhishek Keshri 2022-08-17 09:51:22 +05:30
commit db694a198a
No known key found for this signature in database
GPG key ID: 87ABE188E6B98D1C

View file

@ -59,7 +59,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'
```
@ -91,11 +91,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