feat: adding default window color option
This commit is contained in:
parent
d406e42cae
commit
fc7b6c1850
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
show_window_default_format() {
|
||||
local number="#I"
|
||||
local color="$thm_blue"
|
||||
local color=$(get_tmux_option "@catppuccin_window_default_color" "$thm_blue")
|
||||
local background=$(get_tmux_option "@catppuccin_window_default_background" "$thm_gray")
|
||||
local text="$(get_tmux_option "@catppuccin_window_default_text" "#{b:pane_current_path}")" # use #W for application instead of directory
|
||||
local fill="$(get_tmux_option "@catppuccin_window_default_fill" "number")" # number, all, none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue