Replies: 26 comments 9 replies
-
Same here, and my tmux does not want to install cattpuccin via tpm |
Beta Was this translation helpful? Give feedback.
-
Same here, I tried both with and without tpm. With tpm it was like nothing was updated, although it said "updated". Without I could see some differences as in stuff got broken, and some new settings are just doing nothing at all. |
Beta Was this translation helpful? Give feedback.
-
I had this problem after updating to 0.3.0, I had to run this task (your location may vary): $ ~/.config/tmux/plugins/tpm/bin/clean_plugins After restarting it refreshed the plugins and things were back to normal (thanks to continuum and resurrect plugins). |
Beta Was this translation helpful? Give feedback.
-
Thanks so much for upgrading! I've updated the readme to include some notes regarding the upgrade. v0.4.0 should have fixed the |
Beta Was this translation helpful? Give feedback.
-
Well now after running the cleaning script that @davidfmatheson mentioned, I can see the update with TPM. Nonetheless it's still not working correctly for me. In the screenshot you can see my tmux/catppuccin config lines and the actual tmux bar. It's on a transparent background but anyway, all the elements in the bar look kinda wrong. My doubt is: is it the actual current supposed default look of the theme? |
Beta Was this translation helpful? Give feedback.
-
Yep that's the default! Although it's odd that the current window style isn't rounded. Can you explain what you mean by "kinda wrong"? What is the expected behaviour? |
Beta Was this translation helpful? Give feedback.
-
It looks broken? As in, why only the windows are styled? The rest of the bar is just default tmux with a different bg colour. With the previous version of this plugin I had a different default without customising anything (which doesn't mean I liked it, but anyway). But if you can confirm this is the "default" look and set up, I can work from here. It's just a weird first experience for a user maybe? It looks inconsistent, half/done half/broken. But maybe it's just me, just my 2 cents. I can go on and customise it now (after I figured out why the selected window is squared maybe). Thanks! |
Beta Was this translation helpful? Give feedback.
-
Yeah this was a big reason for changing the defaults.
This is the default look and setup currently.
That's really helpful feedback! I'd be keen to provide some sensible defaults (the current ones could be improved), at least with the initial configuration/examples. Do you have some recommendations for how the defaults could be better?
Anytime! |
Beta Was this translation helpful? Give feedback.
-
I think a sane default should show most of what is possible to do with the theme. As in, I'd rather start from someone else's customisation than from a blank slate. This is not showing me a good final result that I can possibly achieve with the nice config settings you're giving us. Or maybe, if you'd rather keep a bare bones default for whatever reason, the documentation should be more extensive and with lots of visuals (screenshots) to guide the user. I've just been trying many configs now by throwing the lines in there and reloading. Update on the square window that's supposed to be rounded: it gets rounded after I restart tmux completely. |
Beta Was this translation helpful? Give feedback.
-
Done in #335 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I honestly switched back to nova theme and I customised that with catpuccin colours. This rework of the theme is much appreciated but I found so many other bugs that it's not worth my time. This new implementation doesn't like tpm for some reason, but that's what I use and prefer. I'd say the rework is going well but it's half way through. Will come back in a few days. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Pinning to 0.3.0 for now:
I can get my colors back that way after |
Beta Was this translation helpful? Give feedback.
-
Would you mind pasting your config? As a workaround, you can pin to v0.3.0. I'm not sure if you'll get much value from later versions if what you had worked. Is there a reason you wanted to upgrade?
Done! No worries |
Beta Was this translation helpful? Give feedback.
-
Please feel free to file issues and I can take a look. Alternatively you can pin to v0.3.0 |
Beta Was this translation helpful? Give feedback.
-
Copy/pasting seems to lose the special character config, in my local it looks like this:
Generally my setup has |
Beta Was this translation helpful? Give feedback.
-
Fair enough. If you wanted to use the latest plugin version you would have to rewrite your config like this:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the config. I tried it and I see the same behavior (non-rounded corners and grey backgrounds). |
Beta Was this translation helpful? Give feedback.
-
This broke for me yesterday, but was fixed by changing the plugin line to here's my config:
Editing my tpm line to set -g @plugin 'catppuccin/tmux#v0.3.0' and running |
Beta Was this translation helpful? Give feedback.
-
If you'd like to keep on using v0.3.0 you are more than welcome to. It's tagged for a reason :) Otherwise you will have to migrate your config to be compatible. Please see #291 for more details |
Beta Was this translation helpful? Give feedback.
-
I have problems with the window separators and pomodoro_plus, everything else seems to work after migration. The options I'm currently running tmux inside WSL but I'll report how it works on native linux once I get around to updating my other computer. My config: #...
set-option -g @plugin 'catppuccin/tmux'
set-option -g @plugin 'olimorris/tmux-pomodoro-plus'
#...
# Catppuccin options
set-option -g @catppuccin_flavor 'latte'
set-option -g @catppuccin_window_left_separator ""
set-option -g @catppuccin_window_right_separator " "
set-option -g @catppuccin_window_default_text "#W"
set-option -g @catppuccin_window_current_text "#W"
set-option -g @catppuccin_status_modules_right "pomodoro_plus application directory user host session"
set-option -g @catppuccin_status_left_separator ""
set-option -g @catppuccin_status_right_separator ""
set-option -g @catppuccin_status_connect_separator "no"
set-option -g @catppuccin_directory_text "#{pane_current_path}"
set-option -g status-right "#{E:@catppuccin_status_pomodoro_plus}"
set-option -ag status-right " #{E:@catppuccin_status_kube}"
set-option -ag status-right " #{E:@catppuccin_status_application}"
set-option -ag status-right " #{E:@catppuccin_status_directory}"
set-option -ag status-right " #{E:@catppuccin_status_user}"
set-option -ag status-right " #{E:@catppuccin_status_host}"
set-option -ag status-right " #{E:@catppuccin_status_session}"
# Pomodoro Plus options
set-option -g @pomodoro_on ' '
set-option -g @pomodoro_complete ' '
set-option -g @pomodoro_pause ' '
set-option -g @pomodoro_prompt_break 'break?'
set-option -g @pomodoro_prompt_pomodoro 'start?'
set-option -g @pomodoro_long_break_mins 15
set-option -g @pomodoro_notifications 'on'
#...
run '~/.config/tmux/plugins/tpm/tpm' |
Beta Was this translation helpful? Give feedback.
-
Figured out why window styles weren't working. I had to define Also figured out how to get rid of the session title next to the windows by defining set-option -g status-left "" This just leaves me with the pomodoro plus status widget which doesn't work at all but I can open a separate issue for that. |
Beta Was this translation helpful? Give feedback.
-
If you're happy to create a separate issue for pomodoro that would be great! |
Beta Was this translation helpful? Give feedback.
-
Ok, I have some of my configuration rebuilt with this new version. For reference, I'm trying to get back to this: and right now the configuration that achieves this pins to v0.3.0 (for reference it's over here). My new setup is just missing the blue on non-active windows, the darker grey backgrounds, and the battery icon: So far my rewrite looks like this:
|
Beta Was this translation helpful? Give feedback.
-
Is there a config to just mimic the previous default behavior/colors/modules? I supposed I could always downgrade (like has been suggested), but I'm also just wondering. I mostly just like catppuccin for its colors and don't like configuring tmux too much. |
Beta Was this translation helpful? Give feedback.
-
If it helps, here is a PR I have in my |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue outlining your problem?
Describe your problem.
The status line is missing the right-hand side modules, as well as process names for tabs.
Paste your configuration.
Attach screenshots.
What tmux version are you seeing the issue on?
tmux 3.4 and tmux 3.5
Any additional comments?
No response
Beta Was this translation helpful? Give feedback.
All reactions