Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

🌘 Put the current lunar phase in your tmux status bar
https://github.com/chriszarate/tmux-moon-phase

Last synced: 14 days ago
JSON representation

🌘 Put the current lunar phase in your tmux status bar

Awesome Lists containing this project

README

        

# Tmux Moon Phase

Put a description of the current lunar phase in your tmux status bar.

## Usage

Add `#{moon_phase}` and/or `#{moon_phase_text}` to your `status-left` or
`status-right`:

```
set -g status-right '#{moon_phase} #{moon_phase_text}'
```

This results in:

```
🌘 waning crescent
```

## Installation

1. Install [Tmux Plugin Manager][tpm].

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

```
set -g @plugin 'chriszarate/tmux-moon-phase'
```

3. Press [prefix] + `I` to install.

[tpm]: https://github.com/tmux-plugins/tpm