-
-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation/examples on how to overwrite background and enable transparency #84
Comments
I have/had a similar issue set status-bg "#000000" i found the line in the catppuccin.tmux and changed the value, but I did not check about transparency, maybe there is a line in there as well |
thanks @roman-c-e but unfortunately this didn't work for me :/ |
What is the status on this? |
Hello, I found the solution for tmux 3.2a, according to this stackoverflow answer:
by putting these two lines after
What we do here is first overwriting status-bg provided by catppuccin plugin, then status-style setting should be working now, hope this helps! |
Thanks. I can get it to work by manually editing the catppuccin plugin. |
I tried all of the suggested lines in the mentioned stackoverflow answer, but none of them removed the bar. I'm just looking to have it match the purple background; but even when I change the rgb value |
For me what worked was this |
|
Hello I got it: Here's the code catppuccin-tmux |
@migueltc13 I tried installing your fork, which made things a bit better, but I still have issues. These are my settings:
|
@jdrupal-dev you need to add this lines before tpm plugin call:
This will fix most of background issues on the right side (I hope), although I see the selected window got a blue background you will need to search for this color in the catppuccin.tmux and replace with "default". Here's my current config:
|
This works on mine machine with no issues, whats your tmux version? I'm running |
I'm running tmux 3.3a, will try to downgrade. |
I just tested on tmux 3.2a, same result. |
@migueltc13 I reinstalled tmux and ran tmux kill-server, and now the transparent background is working! |
@migueltc13 Thanks a lot for the fix, it works pretty fine, btw, I also change the "$thm_grep" to "$thm_bg" in "window_default_format.sh" to fix the color unconsistence when working with mulit-windows. |
Thank you! |
did you guys ever get it to work with tmux version 3.3a? haven't been able to find a workaround at all. the closest I've got to is using @migueltc13 's fork, and it only seems to work for the right most and non-current window tabs - the left most session indicator and the current window tab, have a blue background colour behind it. Same thing happens in both kitty and wezterm. |
@skela feel free to make a small pr, we appreciate it! |
@migueltc13 My commit is here: I forked this repo, and grabbed yer changes since i think those are needed too for this to work. |
Feel free to make it in my repo and I'll accept it asap @skela |
sure, will do |
Merged, thank you @skela! |
Reading through the thread, unsure how much is relevant to Catppuccin. It seems obvious that it's somewhat difficult to overwrite the background and/or set a transparent background. I'll repurpose this issue as a tracker to add documentation/examples on how to do this. We'd greatly appreciate a PR to the README for this! |
hey firstly thanks for more catppuccin 🌻
i was trying to setup the plugin and wanted to have it have a transparent background. without the plugin in the
tmux.conf
and with theset-option -g status-style bg=default
it works fine. but once i add the plugin the status bar has a black background.i also tried putting the
set-option status-style
before and after the plugin load, and the different versions of the option (allthough the one in the config is the correct one for v3.3a that i'm on). i also tried settting the alacritty TERM var toxterm-256color
as described in the tmux faqdid i miss an option i have to set for this?
this is my tmux.conf
screen shot of tmux in alacritty
best regards 👋
The text was updated successfully, but these errors were encountered: