mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
feat: update default options
This commit is contained in:
parent
89446b6ba2
commit
139b9754db
2 changed files with 2 additions and 2 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-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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue