Skip to content

Commit

Permalink
Add tmux-color usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
justincampbell committed Jan 18, 2021
1 parent b8192c4 commit 16e58ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ colour1 # Red

Nothing is output if no Pomodoro is active.

Colors can be used within a Tmux configuration like so:

```tmux
set -g status-left '#[bg=#(pomodoro tmux-color)]🍅'
```

You can also define custom colors:

```
Expand Down

0 comments on commit 16e58ce

Please sign in to comment.