]> git.pld-linux.org Git - packages/screen.git/blob - screen-status-bar.patch
- disable caption by default - apply patch by default
[packages/screen.git] / screen-status-bar.patch
1 --- screen-orig/etc/etcscreenrc 2005-10-12 15:45:10.000000000 +0200
2 +++ screen-new/etc/etcscreenrc  2005-10-12 15:58:50.000000000 +0200
3 @@ -95,3 +95,50 @@
4  # On Debian GNU/Linux, `<--' (Backspace key) should send char `\177':
5  bindkey -k kb stuff "\177"
6  
7 +######################
8 +#
9 +# status bar settings
10 +#
11 +
12 +# Status bar with hostname, term names and clock/calendar info                                                            
13 +#caption always "${HOSTNAME} %{-b}%{= wb}%-Lw%{= wr}%50>%{+b}%n%f %t%{= wb}%{-b}%+Lw%{= wr}%-017= %c %Y-%m-%d"  
14 +
15 +# To disable the status bar uncomment the following line
16 +# caption splitonly
17 +
18 +# Some more status bar examples provided by Elan Ruusamäe <glen@pld...>
19 +#
20 +# colourized windowlist chooser
21 +## windowlist string "%{+ g}%02n%{-}: %{+ y}%t%{-}%f [%h]"
22 +
23 +# misc captions
24 +
25 +# active window is bolder
26 +#caption string "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
27 +
28 +# glen's old one colour default
29 +#caption string "%c %t:%n|%? [%h]%? %w"
30 +#sorendition "=s dg"
31 +
32 +# glen's coloured one where active window is different colour
33 +## caption string "%{=s wb}%{+b g.}%c%{-} %{+b w.}%t:%n%{-}|%? [%{+b y.}%h%{-}]%? %-Lw[%{+b w}%n%f %t%{-}]%+Lw"
34 +#sorendition "=d ry"
35 +
36 +# TmC captions
37 +#caption always "%c %t:%n|%? [%h]%? %w"
38 +
39 +#caption always "%c %t - ( %w )"
40 +#sorendition "= gk"
41 +
42 +# green line
43 +#caption always "%{=b by} %c %{-} %{= .w}[%{=b .w}%n%{-}%{= .w}]%{=b .w}%t%{-} %{=b .k}[ %{= .k}%w %{=b .k}]%{-} %{=b .k}@ TmC Serv%{-}" 
44 +#sorendition "=b gy"
45 +
46 +# blue line
47 +#caption always "%{=b .y}%c%{-} %{=b .w}%t%{-} %{= .k}( %{= .w}%w %{= .k})%{-}"
48 +#sorendition "=b br"
49 +
50 +# blue line: and active window is bold
51 +#caption always "%{=b .y}%c%{-} %{=b .w}%t%{-} %{= .k}( %{= .w}%-Lw%{=b BW}%50>%n* %t%{-}%+Lw%< %{= .k})%{-}"
52 +#sorendition "=b br"
53 +
This page took 0.126698 seconds and 3 git commands to generate.