mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
docs: update default values
This commit is contained in:
parent
8e51828d65
commit
f61707f642
1 changed files with 4 additions and 1 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue