From 6f5e88eaf4a9da8ba1befc277bc836a1d3337463 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 30 Sep 2011 11:49:33 -0400 Subject: [PATCH] set the clock color --- debian/changelog | 1 + usr/share/byobu/profiles/tmux | 2 ++ 2 files changed, 3 insertions(+) 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