catppuccin / tmux

💽 Soothing pastel theme for Tmux!
MIT License
1.78k stars 542 forks source link

Rewrite to use native tmux config rather than bash #311

Open kjnsn opened 1 week ago

kjnsn commented 1 week ago

Previous versions have used bash extensively to generate options that are then passed into tmux. The tmux config language provides powerful support for customisation using format strings. Using format strings would greatly simplify implementation and allow for easier end-user customisation.

Development is occuring on the tmux-native branch.

TODO:

kjnsn commented 22 hours ago

Everything is rewritten! Just need to update the docs and test :)