-
-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Describe the bug
A block is added after gitmux module output in status bar.
Expected behavior
The block should not appear at all
Hello everyone, similar problem to issue 105, though the fixes mentioned there didn't help. From what I've gathered so far, adding characters or whitespaces as strings in the layout-section of gitmux.conf, the background is set to the "clear" color code in styles-section. So in this regard, everything works as expected.
i have to set the #[default] flag in tmux.conf however, so that following modules aren't affected by the color styles of gitmux.
set -ag status-right "#{E:@catppuccin_status_file}"
set -ag status-right "#{E:@catppuccin_status_gitmux}#[default]"
set -ag status-right "#{E:@catppuccin_status_application}"
set -ag status-right "#{E:@catppuccin_status_uptime}"
set -ag status-right "#{E:@catppuccin_status_date_time}"
This seems to be another "bug", that I already fixed myself. However, the block stays.
My theory on this: The "block" has the same color as the status bar. All other modules integrate well in the scheme. Putting gitmux to the very end of the status bar still results in a block. Could there possibly be an output of un-stialized (whitespaces)-characters, after the main output from gitmux appears?
My version of gitmux is a self compiled one for latest build (two days or so ago)
tmux is version 3.4