From badea29853972a8c8848822d2622ebc220bd2aa0 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Thu, 15 Oct 2009 11:09:44 +0100 Subject: [PATCH] Show more information in screen status. Show server load in hardstatus. Show date in window list. --- .screenrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.screenrc b/.screenrc index a0ab0af..7f8ab49 100644 --- a/.screenrc +++ b/.screenrc @@ -6,7 +6,7 @@ vbell off startup_message off # Coloured windowlist. -windowlist title "%{= wb}%{+b}%{+r}[%H]%{-r}%{-b} current windows%=" +windowlist title "%{= wb}%{+r}[%H %Y-%m-%d %0c:%s]%{-r} windows%<%=%l" windowlist string "%{+ .b}%{+ g}%3n%f%{+ w} %t" ################################################################################ @@ -60,7 +60,7 @@ defbce on # Display hardstatus on the bottom of the screen instead of in the title bar. hardstatus off # The string is white on blue text showing: hostname, current window, date. -hardstatus string "%{= BW}%H [screen %n: %t]%<%=%Y-%m-%d %0c:%s" +hardstatus string "%{= BW}[%H %Y-%m-%d %0c:%s]%{= WB} screen %n: %t%<%=%l" # Show a caption bar for every window even if there are no splits. caption always # Format a caption string depending on whether it is related to the active -- 2.7.4