pretty
This commit is contained in:
parent
2d05017206
commit
c5d67b70fc
16
.screenrc
16
.screenrc
|
|
@ -50,9 +50,6 @@ bufferfile $HOME/.screen_exchange
|
||||||
#pow_detach_msg "Screen session of $LOGNAME detached."
|
#pow_detach_msg "Screen session of $LOGNAME detached."
|
||||||
pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
|
pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
|
||||||
|
|
||||||
# advertise hardstatus support to $TERMCAP
|
|
||||||
# termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\'
|
|
||||||
|
|
||||||
# shell: Default process started in screen's windows.
|
# shell: Default process started in screen's windows.
|
||||||
# Makes it possible to use a different shell inside screen
|
# Makes it possible to use a different shell inside screen
|
||||||
# than is set as the default login shell.
|
# than is set as the default login shell.
|
||||||
|
|
@ -211,7 +208,7 @@ termcapinfo xterm* 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
|
||||||
defbce "on"
|
defbce "on"
|
||||||
|
|
||||||
# Enable 256 color term
|
# Enable 256 color term
|
||||||
term xterm-256color
|
term screen-256color
|
||||||
|
|
||||||
defnonblock 5
|
defnonblock 5
|
||||||
idle 3000 lockscreen
|
idle 3000 lockscreen
|
||||||
|
|
@ -221,14 +218,5 @@ defscrollback 30000
|
||||||
|
|
||||||
activity "Activity in %t(%n)"
|
activity "Activity in %t(%n)"
|
||||||
|
|
||||||
# look and feel
|
hardstatus alwayslastline "%{= Ck}%H %{-}%{wK}[%?%EESC%: %?]%{-}%{-b WB} %{w}%?%-Lw%?%{+b gM}[%{W}%{r}%n%f%{K} %t%{+b g}]%{-b WB}%{w}%?%+Lw%?%= %{wK}|%{wk} %{Y}%d-%m-%Y %c:%s"
|
||||||
#caption always "%{= bb}%{+b w}%h %=%{=b rw} %l %{= db} ${USER}@%H %{= dg}%c"
|
|
||||||
#hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
|
|
||||||
#hardstatus alwayslastline '%{gk}[%{G}%H%{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}]%{=b C}[%m/%d/%y %C %A]%{W}'
|
|
||||||
|
|
||||||
#caption always "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
|
|
||||||
#hardstatus alwayslastline " [ %H ] %{wb} %c:%s | %d.%m.%Y %{wr} Load: %l %{wb} %w "
|
|
||||||
#hardstatus alwayslastline '%{= kK}%{w}%H %{K}%= %{= kw}%?%-Lw%?%{B}(%{W}%n*%f %t%?(%u)%?%{B})%{w}%?%+Lw%?%?%= %{K}%{B} %{w}%c%{K}'
|
|
||||||
#hardstatus alwayslastline '%{WB}%H %{W}| %{Y}%l %{W}| %?%{w}%-w%?%{+b g}[%{W}%{r}%n%{W} %t%?{%u}%?%{-b g}]%{W}%?%+w%?%=%{G}| %{Y}%d-%m-%Y %c:%s '
|
|
||||||
hardstatus alwayslastline "%{WB} %?%{w}%-w%?%{+b g}[%{W}%{r}%n%{W} %t%?{%u}%?%{-b g}]%{W}%?%+w%?%=%{G}| %{Y}%d-%m-%Y %c:%s| ${USER}@%H %{W} "
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue