tmux-plugins / tmux-resurrect

Persists tmux environment across system restarts.
MIT License
11.22k stars 418 forks source link

Add new option @resurrect-spinner-chars to customise spinner chars #511

Open atomicstack opened 3 months ago

atomicstack commented 3 months ago

Example: Add something like the following to your .tmux.conf:

set-option -g @resurrect-spinner-chars '⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏'

(Note that using Unicode characters in your configuration also requires the use of a supporting terminal locale.)