Display Flow pomodoro timer status in your tmux status bar.
- macOS with Flow installed
Add this plugin to your ~/.tmux.conf:
set -g @plugin 'tmux-contrib/tmux-flow'And install it by running <prefix> + I.
Add the #{flow} format string to your status bar:
set -g status-right "#{flow} | %H:%M"| Option | Default | Description |
|---|---|---|
@flow-focus-icon |
"" |
Icon for focus sessions |
@flow-break-icon |
"" |
Icon for break periods |
| Format String | Description |
|---|---|
#{flow} |
Current Flow phase and remaining time |
Install dependencies using Nix:
nix developOr install manually: bash, tmux, bats
bats tests/Enable trace output with the DEBUG environment variable:
DEBUG=1 /path/to/tmux-flow/scripts/tmux_flow.shMIT