feat(modules): bug fix and add inverse collor option for status right separator

This commit is contained in:
Valentin Uveges 2023-08-08 12:23:11 +03:00
parent 3b4bf404db
commit 703c2f7f0a
4 changed files with 13 additions and 4 deletions

View file

@ -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" )