Merge branch 'main' into fix-conflicts

This commit is contained in:
Emil Toivainen 2024-01-18 16:28:16 +02:00 committed by GitHub
commit 23a6d4aca7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 61 additions and 1 deletions

View file

@ -260,7 +260,8 @@ build_status_module() {
load_modules() {
local modules_list=$1
local modules_custom_path=$PLUGIN_DIR/custom
local custom_path="$(get_tmux_option "@catppuccin_custom_plugin_dir" "${PLUGIN_DIR}/custom")"
local modules_custom_path=$custom_path
local modules_status_path=$PLUGIN_DIR/status
local modules_window_path=$PLUGIN_DIR/window
local modules_pane_path=$PLUGIN_DIR/pane
@ -374,6 +375,7 @@ main() {
setw pane-border-style "$pane_border_style"
setw pane-border-format "$pane_format"
# windows
setw window-status-activity-style "fg=${thm_fg},bg=${thm_bg},none"
setw window-status-separator ""