New yaml config π ποΈ
We've restructured the project from a switch / case to a yaml file to configure all of the icons, which means it will be much easier to add more icons in the future and allow you to overwrite and add more icons of your own!
Thanks to @kenos1 for all the help!
New yq dependency
With this change, you will need yq installed on your machine.
How to configure
You can configure this plugin by creating a ~/.config/tmux/tmux-nerd-font-window-name.yml file. The following options can be changed:
config:
fallback-icon: "?" # icon to use if no definition is found
show-name: true # show the window name with the icon
icons:
zsh: "ξ’" # overwrite with your own symbol (Nerd Font icon, emoji, whatever!)
cmatrix: "π€―" # add new entries that aren't includedLet me know if you have any questions or issues with the new version!
You can run <prefix>I to upgrade your tpm plugins π