Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 695 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 695 Bytes

Tmux Moon Phase

Display the current moon phase in tmux status bar.

Installation

  1. Install Tmux Plugin Manager.

  2. Add this plugin to your ~/.tmux.conf:

set -g @plugin 'vimhack/tmux-moon-phase#main'
  1. Press [prefix] + I to install.

Usage

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'

Inspired By

https://github.com/chriszarate/tmux-moon-phase