fix: update method name
This commit is contained in:
parent
99f47469ec
commit
fb801b0eb2
1 changed files with 11 additions and 3 deletions
|
@ -61,9 +61,17 @@ main() {
|
|||
# --------=== Statusline
|
||||
|
||||
# NOTE: Checking for the value of @catppuccin_window_tabs_enabled
|
||||
readonly wt_enabled="$(get_tmux_option "@catppuccin_window_tabs_enabled" "off")"
|
||||
readonly right_separator="$(get-tmux-option "@catppuccin_right_separator" "")"
|
||||
readonly left_separator="$(get-tmux-option "@catppuccin_left_separator" "")"
|
||||
local wt_enabled
|
||||
wt_enabled="$(get_tmux_option "@catppuccin_window_tabs_enabled" "off")"
|
||||
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.
|
||||
local show_directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue