diff --git a/README.md b/README.md index 44e3040..714faab 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-bandwidth time" +set -g @tmux2k-right-plugins "battery network time" set -g @tmux2k-show-powerline true set -g @tmux2k-show-fahrenheit false set -g @tmux2k-military-time true diff --git a/scripts/tmux2k.sh b/scripts/tmux2k.sh index cac2f7f..8fbdb11 100755 --- a/scripts/tmux2k.sh +++ b/scripts/tmux2k.sh @@ -23,7 +23,7 @@ main() { show_border_contrast=$(get_tmux_option "@tmux2k-border-contrast" true) show_day_month=$(get_tmux_option "@tmux2k-day-month" false) show_refresh=$(get_tmux_option "@tmux2k-refresh-rate" 5) - IFS=' ' read -r -a rplugins <<<"$(get_tmux_option '@tmux2k-right-plugins' 'battery network-bandwidth time')" + IFS=' ' read -r -a rplugins <<<"$(get_tmux_option '@tmux2k-right-plugins' 'battery network time')" IFS=' ' read -r -a lplugins <<<"$(get_tmux_option '@tmux2k-left-plugins' 'git cpu-usage ram-usage')" # tmux2k Color Pallette