tj / pomo

Ruby Pomodoro app for the command-line (time / task management)
MIT License
525 stars 53 forks source link

Make tmux background color configurable #44

Closed kid-icarus closed 3 years ago

kid-icarus commented 11 years ago

Right now, tmux integration uses the default bg color.

I'm using tmux-powerline which allows for tabbed segments with various colors While a pomo isn't running this looks great: Screen Shot 2013-04-06 at 8 07 07 PM

However, since a running pomo's background is hardcoded to status bar's default bg color, I can't configure the background, and it looks ugly: Screen Shot 2013-04-06 at 8 08 50 PM

stephenmckinney commented 11 years ago

When pomo is running we write #[default]#[fg=green]25:00#[default] for example to ~/.pomo_stat. I could expose some of those colors in the config file. To help me understand your context, what would that string look like in your use case?