Skip to content

Instantly share code, notes, and snippets.

@mhartington
Created August 8, 2015 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhartington/7a276ba133d6ad743e34 to your computer and use it in GitHub Desktop.
Save mhartington/7a276ba133d6ad743e34 to your computer and use it in GitHub Desktop.

Given the follow window status in tmux

set-window-option -qg window-status-format "#[fg=colour237 bg=colour237]|#[fg=white bg=colour237] #I | #W #[fg=colour237 bg=colour237]|"

It seems that I am unable to change the activity styles at all.

setw -g window-status-activity-style fg=white,bold,bg=colour160

The additional configurations of colors and symbols seem to be messing with the activity settings. Is it possible to maintain the styles that I have for the windows but still have the activity styles?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment