]> git.pld-linux.org Git - packages/screen.git/blob - screen-status-bar.patch
- added comments about how to disable the status bar
[packages/screen.git] / screen-status-bar.patch
1 --- screen-4.0.2/etc/screenrc~  2003-12-05 14:59:39.000000000 +0100
2 +++ screen-4.0.2/etc/screenrc   2005-10-12 15:20:51.000000000 +0200
3 @@ -151,3 +151,46 @@
4  # defnonblock 1
5  # blankerprg rain -d 100
6  # idle 30 blanker
7 +
8 +# Status bar with hostname, term names and clock/calendar info
9 +caption always "${HOSTNAME} %{-b}%{= wb}%-Lw%{= wr}%50>%{+b}%n%f %t%{= wb}%{-b}%+Lw%{= wr}%-017= %c %Y-%m-%d"
10 +
11 +# To disable the status bar uncomment the following line
12 +# caption splitonly
13 +
14 +# Some more status bar examples provided by Elan Ruusamäe <glen@pld...>
15 +#
16 +# colourized windowlist chooser
17 +## windowlist string "%{+ g}%02n%{-}: %{+ y}%t%{-}%f [%h]"
18 +
19 +# misc captions
20 +
21 +# active window is bolder
22 +#caption string "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
23 +
24 +# glen's old one colour default
25 +#caption string "%c %t:%n|%? [%h]%? %w"
26 +#sorendition "=s dg"
27 +
28 +# glen's coloured one where active window is different colour
29 +## caption string "%{=s wb}%{+b g.}%c%{-} %{+b w.}%t:%n%{-}|%? [%{+b y.}%h%{-}]%? %-Lw[%{+b w}%n%f %t%{-}]%+Lw"
30 +#sorendition "=d ry"
31 +
32 +# TmC captions
33 +#caption always "%c %t:%n|%? [%h]%? %w"
34 +
35 +#caption always "%c %t - ( %w )"
36 +#sorendition "= gk"
37 +
38 +# green line
39 +#caption always "%{=b by} %c %{-} %{= .w}[%{=b .w}%n%{-}%{= .w}]%{=b .w}%t%{-} %{=b .k}[ %{= .k}%w %{=b .k}]%{-} %{=b .k}@ TmC Serv%{-}"
40 +#sorendition "=b gy"
41 +
42 +# blue line
43 +#caption always "%{=b .y}%c%{-} %{=b .w}%t%{-} %{= .k}( %{= .w}%w %{= .k})%{-}"
44 +#sorendition "=b br"
45 +
46 +# blue line: and active window is bold
47 +#caption always "%{=b .y}%c%{-} %{=b .w}%t%{-} %{= .k}( %{= .w}%-Lw%{=b BW}%50>%n* %t%{-}%+Lw%< %{= .k})%{-}"
48 +#sorendition "=b br"
49 +
This page took 0.036549 seconds and 4 git commands to generate.