Compare commits
3 commits
e2dfbc02e4
...
69a1e9aa45
Author | SHA1 | Date | |
---|---|---|---|
|
69a1e9aa45 | ||
|
1d6d890448 | ||
|
a5dbb861fe |
2 changed files with 7 additions and 3 deletions
|
@ -1106,7 +1106,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||
# printf "#[fg=%s,bg=%s,none]%s", bg[j_], status_bg, mainsep
|
||||
# }')
|
||||
#
|
||||
# #??? status_left="$status_left "
|
||||
# status_left="$status_left "
|
||||
# fi
|
||||
#
|
||||
# # -- status-right style
|
||||
|
@ -1523,7 +1523,6 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
|
|||
#
|
||||
# _apply_plugins
|
||||
# _apply_important
|
||||
# wait
|
||||
#
|
||||
# # shellcheck disable=SC2046
|
||||
# tmux setenv -gu tmux_conf_dummy $(printenv | grep -E -o '^tmux_conf_[^=]+' | awk '{printf "; setenv -gu %s", $0}')
|
||||
|
|
|
@ -60,7 +60,12 @@ tmux_conf_24b_colour=auto
|
|||
# enable or disable theming:
|
||||
# - enabled (default)
|
||||
# - disabled
|
||||
# when disabled, all tmux_conf_theme_xxx variables are ignored
|
||||
# when disabled, all tmux_conf_theme_xxx variables are ignored except:
|
||||
# - tmux_conf_theme_pairing
|
||||
# - tmux_conf_theme_prefix
|
||||
# - tmux_conf_theme_mouse
|
||||
# - tmux_conf_theme_root
|
||||
# - tmux_conf_theme_synchronized
|
||||
tmux_conf_theme=enabled
|
||||
|
||||
# default theme
|
||||
|
|
Loading…
Reference in a new issue