fix: update method name

This commit is contained in:
Valentin Uveges 2023-03-27 22:03:44 +03:00
parent 99f47469ec
commit fb801b0eb2

View file

@ -61,9 +61,17 @@ main() {
# --------=== Statusline # --------=== Statusline
# NOTE: Checking for the value of @catppuccin_window_tabs_enabled # NOTE: Checking for the value of @catppuccin_window_tabs_enabled
readonly wt_enabled="$(get_tmux_option "@catppuccin_window_tabs_enabled" "off")" local wt_enabled
readonly right_separator="$(get-tmux-option "@catppuccin_right_separator" "")" wt_enabled="$(get_tmux_option "@catppuccin_window_tabs_enabled" "off")"
readonly left_separator="$(get-tmux-option "@catppuccin_left_separator" "")" readonly wt_enabled
local right_separator
right_separator="$(get_tmux_option "@catppuccin_right_separator" "")"
readonly right_separator
local left_separator
left_separator="$(get_tmux_option "@catppuccin_left_separator" "")"
readonly left_separator
# These variables are the defaults so that the setw and set calls are easier to parse. # These variables are the defaults so that the setw and set calls are easier to parse.
local show_directory local show_directory