docs: update default values

This commit is contained in:
Abhishek Keshri 2023-03-29 15:11:49 +05:30
parent 8e51828d65
commit f61707f642
No known key found for this signature in database
GPG key ID: 62BD6AA2E913B3D3

View file

@ -77,7 +77,7 @@ Add any configuration options below this line in your tmux config.
# Tmux 2K default configs # Tmux 2K default configs
# available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, network, network-bandwidth, network-ping, weather, time # 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-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-powerline true
set -g @tmux2k-show-fahrenheit false set -g @tmux2k-show-fahrenheit false
set -g @tmux2k-military-time true 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. # it can accept `session`, `rocket`, `window`, or any character.
set -g @tmux2k-show-left-icon "" set -g @tmux2k-show-left-icon ""
# network interface to monitor
set -g @tmux2k-network-name "en0"/"wlo1" (Mac/Linux)
# update powerline symbols # update powerline symbols
set -g @tmux2k-show-left-sep "" set -g @tmux2k-show-left-sep ""
set -g @tmux2k-show-right-sep "" set -g @tmux2k-show-right-sep ""