diff --git a/debian/changelog b/debian/changelog index 5fd17a0e..c5997e4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ byobu (4.38) unreleased; urgency=low - display pane numbers for 150ms when moving between panes - set the pane listing colors - set the inactive pane to light grey/white + - set the clock color -- Dustin Kirkland Thu, 29 Sep 2011 14:46:58 -0400 diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index d4869ce9..404b2498 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -64,6 +64,8 @@ set-option -g history-limit 10000 set-option -g display-panes-time 150 set-option -g display-panes-colour gray set-option -g display-panes-active-colour magenta +set-option -g clock-mode-colour magenta +set-option -g clock-mode-style 24 set-window-option -g window-status-attr default set-window-option -g window-status-bg black