Skip to content

vimhack/tmux-moon-phase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

A tmux plugin that displays current moon phase in tmux status line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages