tmux
tmux copied to clipboard
How do you add custom modules?
Not sure how to get something like tmux-mode-indicator working with this?
https://github.com/MunifTanjim/tmux-mode-indicator
I actually didn't think in the first place about integration with other plugins :smile:
It can be easily done tho :wink:
Does something like this look cool?
I was thinking of (I know, too many options) 4 options, to allow you to append it / prepend it to the left / right of the current rose-pine status bar.
The config code for it would end up like this:
set -g @rose_pine_status_right_append_section '#{tmux_mode_indicator}'
Is it too complex? Might be. Is it featureful? I fear a little too much :smiley:
Yeah, I think it looks good. I'd recommend append and prepend.
Then the commit is getting sent :smile: :+1:
Hey. Thanks for your job @mrs4ndman !
It seems to not working for tmux-pomodoro-plus The info is displayed very quick and after disappears.
Any clue to fix it ?
Thanks for your job @mrs4ndman Same problem for me for tmux-pomodoro-plus, but also with tmux_mode_indicator. Info is displayed very quick but disappears after.
Hope you have an idea :)
Thanks for your job @mrs4ndman Same problem for me for tmux-pomodoro-plus, but also with tmux_mode_indicator. Info is displayed very quick but disappears after.
Hope you have an idea :)
How are you putting this code into your tmux config? I have tried it like this and it works:
# Either this one
set -g @rose_pine_status_left_prepend_section '#{tmux_mode_indicator}'
# Or this one
set -g @rose_pine_status_right_append_section '#{tmux_mode_indicator}'
Both of those are valid, do send me either a link or paste here the relevant part of your tmux config so we can figure it out ;)
Thanks for your job @mrs4ndman Same problem for me for tmux-pomodoro-plus, but also with tmux_mode_indicator. Info is displayed very quick but disappears after.
Hope you have an idea :)
The same problem. Even on empty config with only two plugins installed.
set -g @rose_pine_status_left_prepend_section '#{tmux_mode_indicator} #{continuum_status} '
@newvladimirov @krichtof Is it working or does it keep failing? Please do let me know so I can troubleshoot it further