tmux
tmux copied to clipboard
💽 Soothing pastel theme for Tmux!
## Issue The tmux status bar is not updating its color. I want it to look like it does in this repo's images. I am using alacritty as my terminal....
Hi all, There's an easy way to import the gpakosz module/configuration username_ssh and hostname_ssh? This dynamically changes the username/hostname based on the panel, even if the panel is connected with...
Is there a way to completely remove the status icons and background fill? So far, I've only been able to remove the icons, but a small piece of the background...
I am trying to set the `@catppuccin_battery_text` to `"#{battery_color_charge_fg}#{battery_percentage}"` Result is:  (notice the background of 100%) So, to make it the default one...
Config: ``` set -g @catppuccin_window_left_separator "█" set -g @catppuccin_window_right_separator "█" set -g @catppuccin_window_number_position "right" set -g @catppuccin_window_middle_separator " █" set -g @catppuccin_window_default_fill "number" set -g @catppuccin_window_current_fill "all" ``` I would...
this change allows you to adjust the edges of the status modules array separate from the modules inside the array #### Set the module edge separator ```sh set -g @catppuccin_status_modules_right_separator_left...
`@catppuccin_window_left_separator_inverse` `@catppuccin_window_right_separator_inverse` `@catppuccin_status_left_separator_inverse` Fixed: - removed an if that should have not been there. Will post existing configs before and after. Please provide more configs for testing.
I installed catppuccin theme in tmux and installed tmux-battery,but battery icon seems display incorrect when in charging。  Here is `.tmux.conf` about catppuccin: ``` set -g @plugin 'catppuccin/tmux' set -g...
Is there a way to configure a separator between left modules and windows? I currently have the following settings ``` set -g @catppuccin_window_left_separator "" set -g @catppuccin_window_right_separator " " set...
I have set the following: ``` set -g @catppuccin_pane_status_enabled "yes" set -g @catppuccin_pane_border_status "top" set -g @catppuccin_pane_left_separator "" set -g @catppuccin_pane_right_separator "" set -g @catppuccin_pane_middle_separator " █" set -g @catppuccin_pane_number_position...