allow modification of current window bg color

This commit is contained in:
Zachary Taylor 2023-11-08 13:29:56 -06:00
parent 47e33044b4
commit 9f25bbbf65
No known key found for this signature in database
GPG key ID: 3AAE63AECBA5EBA5

View file

@ -1,6 +1,6 @@
show_window_current_format() { show_window_current_format() {
local number="#I" local number="#I"
local color="$thm_orange" local color=$(get_tmux_option "@catppuccin_window_current_color" "$thm_orange")
local background="$thm_bg" local background="$thm_bg"
local text="$(get_tmux_option "@catppuccin_window_current_text" "#{b:pane_current_path}")" # use #W for application instead of directory local text="$(get_tmux_option "@catppuccin_window_current_text" "#{b:pane_current_path}")" # use #W for application instead of directory
local fill="$(get_tmux_option "@catppuccin_window_current_fill" "number")" # number, all, none local fill="$(get_tmux_option "@catppuccin_window_current_fill" "number")" # number, all, none