feat(modules): bug fix and add inverse collor option for status right separator
This commit is contained in:
parent
3b4bf404db
commit
703c2f7f0a
4 changed files with 13 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
show_host() {
|
||||
local index=$1
|
||||
local icon="$(get_tmux_option "@catppuccin_host_icon" "")"
|
||||
local color="$(get_tmux_option "@catppuccin_host_color" "$thm_blue")"
|
||||
local color="$(get_tmux_option "@catppuccin_host_color" "$thm_magenta")"
|
||||
local text="$(get_tmux_option "@catppuccin_host_text" "#H")"
|
||||
|
||||
local module=$( build_status_module "$index" "$icon" "$color" "$text" )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue