mirror of
1
0
Fork 0

added tmux_conf_theme that controls whether theming is enabled or disabled (2), fixes #629

This commit is contained in:
Gregory Pakosz 2023-03-02 19:47:33 +01:00
parent f242584ba3
commit c6f760723c
1 changed files with 2 additions and 2 deletions

View File

@ -1099,9 +1099,8 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# } # }
# printf "#[fg=%s,bg=%s,none]%s", bg[j_], status_bg, mainsep # printf "#[fg=%s,bg=%s,none]%s", bg[j_], status_bg, mainsep
# }') # }')
#
# status_left="$status_left "
# fi # fi
# status_left="$status_left "
# #
# # -- status-right style # # -- status-right style
# #
@ -1174,6 +1173,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# } # }
# }') # }')
# fi # fi
# status_right="$status_right"
# #
# # -- clock --------------------------------------------------------------- # # -- clock ---------------------------------------------------------------
# #