tmux icon indicating copy to clipboard operation
tmux copied to clipboard

💽 Soothing pastel theme for Tmux!

Results 58 tmux issues
Sort by recently updated
recently updated
newest added

## 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....

waiting on author

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...

enhancement
good first issue

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...

enhancement

I am trying to set the `@catppuccin_battery_text` to `"#{battery_color_charge_fg}#{battery_percentage}"` Result is: ![Screenshot 2024-01-07 at 4 55 27 PM](https://github.com/catppuccin/tmux/assets/59747489/2beb433d-defd-4bb7-9cde-63c9fac7c41c) (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。 ![image](https://github.com/catppuccin/tmux/assets/28720943/d0d4af56-b743-4526-aa4f-246bd55f85e8) 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...