feat: adding window current bg option

This commit is contained in:
Zachary Taylor 2024-01-18 09:53:56 -06:00
parent fc7b6c1850
commit 820eb09125
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
show_window_current_format() {
local number="#I"
local color=$(get_tmux_option "@catppuccin_window_current_color" "$thm_orange")
local background="$thm_bg"
local background=$(get_tmux_option "@catppuccin_window_current_background" "$thm_bg")
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