Display the current moon phase in tmux status bar.
-
Install Tmux Plugin Manager.
-
Add this plugin to your
~/.tmux.conf
:
set -g @plugin 'vimhack/tmux-moon-phase#main'
- Press [prefix] +
I
to install.
Add #{moon_phase_emoji}
/ #{moon_phase_icon}
/ #{moon_phase_text}
to your status-left
or status-right
:
set -g status-right '#{moon_phase_icon} #{moon_phase_text}'
Custom icon or text colors:
set -g @moon_phase_icon_color '#f1fa8c'
set -g @moon_phase_text_color '#f1fa8c'