refactor: catppuccin_window_status{_icon}_enable
->catppuccin_window_status
(#292)
`@catppuccin_window_status_enable` and `@catppuccin_window_status_icon_enable` have been merged into `@catppuccin_window_status`. Current configurations will remain to work but receive a warning message of the change.
This commit is contained in:
parent
84a84bdd8f
commit
41f2cf2e7a
4 changed files with 33 additions and 19 deletions
|
@ -4,7 +4,7 @@ tmux_echo() {
|
|||
local hook
|
||||
hook="after-new-session[$2]"
|
||||
|
||||
tmux set-hook -g "$hook" "run-shell 'echo \"$1\"'; set-hook -gu \"$hook\""
|
||||
tmux set-hook -g "$hook" "run-shell 'echo -e \"$1\"'; set-hook -gu \"$hook\""
|
||||
}
|
||||
|
||||
get_tmux_option() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue