diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-16 11:43:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-16 11:43:21 -0300 |
commit | bf7f099210a8e92c253ef2bdced93ad4811c042e (patch) | |
tree | be018fedbbaadb09dd2d7e02c9303b1ef0f1b010 | |
parent | ab0f9c3158e481b0be479ceeaae58c21e418d4c0 (diff) | |
download | puppet-nodo-bf7f099210a8e92c253ef2bdced93ad4811c042e.tar.gz puppet-nodo-bf7f099210a8e92c253ef2bdced93ad4811c042e.tar.bz2 |
New screen theme
-rw-r--r-- | templates/screen/screenrc.erb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/screen/screenrc.erb b/templates/screen/screenrc.erb index aabeee0..fa39de6 100644 --- a/templates/screen/screenrc.erb +++ b/templates/screen/screenrc.erb @@ -142,4 +142,7 @@ select <%= @select %> # hardstatus alwayslastline "%w" # Green text, time, and date; windows in cyan: -hardstatus alwayslastline "%{=b}%{G} Screen(s): %{c}%w %=%{kG}%C%A %D, %M/%d/%Y " +#hardstatus alwayslastline "%{=b}%{G} Screen(s): %{c}%w %=%{kG}%C%A %D, %M/%d/%Y " + +# Yellow text, time, and date; windows in blue: +hardstatus alwayslastline "%{=b}%{Y}Screen(s): %{c}%w %=%{kY}%C%A %D, %M/%d/%Y" |