changing icon
This commit is contained in:
parent
4e48b09a76
commit
2e6b97616f
1 changed files with 3 additions and 3 deletions
|
@ -64,11 +64,11 @@ main() {
|
|||
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
|
||||
|
@ -114,7 +114,7 @@ main() {
|
|||
readonly show_host="#[fg=$thm_blue,bg=$thm_gray]$right_separator#[fg=$thm_bg,bg=$thm_blue] #[fg=$thm_fg,bg=$thm_gray] #H "
|
||||
|
||||
local show_date_time
|
||||
readonly show_date_time="#[fg=$thm_blue,bg=$thm_gray]$right_separator#[fg=$thm_bg,bg=$thm_blue] #[fg=$thm_fg,bg=$thm_gray] $date_time "
|
||||
readonly show_date_time="#[fg=$thm_blue,bg=$thm_gray]$right_separator#[fg=$thm_bg,bg=$thm_blue] #[fg=$thm_fg,bg=$thm_gray] $date_time "
|
||||
|
||||
# Right column 1 by default shows the Window name.
|
||||
local right_column1=$show_window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue