Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chriszarate/tmux-moon-phase
- Owner: chriszarate
- Created: 2020-01-19T01:34:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T01:34:28.000Z (almost 5 years ago)
- Last Synced: 2024-10-19T04:53:35.681Z (25 days ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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