rose-pine / tmux

Soho vibes for tmux
MIT License
135 stars 48 forks source link

How do you add custom modules? #21

Closed nebunebu closed 9 months ago

nebunebu commented 9 months ago

Not sure how to get something like tmux-mode-indicator working with this?

https://github.com/MunifTanjim/tmux-mode-indicator

mrs4ndman commented 9 months ago

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? image 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:

nebunebu commented 9 months ago

Yeah, I think it looks good. I'd recommend append and prepend.

mrs4ndman commented 9 months ago

Then the commit is getting sent :smile: :+1: