From f61707f6424c1cf4a88c9c9ff791312ed94d12df Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Wed, 29 Mar 2023 15:11:49 +0530 Subject: [PATCH] docs: update default values --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a43a4..44e3040 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Add any configuration options below this line in your tmux config. # Tmux 2K default configs # available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, network, network-bandwidth, network-ping, weather, time set -g @tmux2k-left-plugins "git cpu-usage ram-usage" -set -g @tmux2k-right-plugins "battery network time" +set -g @tmux2k-right-plugins "battery network-bandwidth time" set -g @tmux2k-show-powerline true set -g @tmux2k-show-fahrenheit false set -g @tmux2k-military-time true @@ -90,6 +90,9 @@ set -g @tmux2k-cpu-usage-colors "blue dark_gray" # it can accept `session`, `rocket`, `window`, or any character. set -g @tmux2k-show-left-icon "" +# network interface to monitor +set -g @tmux2k-network-name "en0"/"wlo1" (Mac/Linux) + # update powerline symbols set -g @tmux2k-show-left-sep "" set -g @tmux2k-show-right-sep ""