diff options
Diffstat (limited to '.config/screen')
| -rw-r--r-- | .config/screen/screenrc | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/.config/screen/screenrc b/.config/screen/screenrc index f1c29e3..97385a7 100644 --- a/.config/screen/screenrc +++ b/.config/screen/screenrc @@ -1,11 +1,12 @@ -hardstatus alwayslastline -hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]' +# this config requires Screen v5 (-git master branch release) +truecolor on +hardstatus off +backtick 0 5 5 "/bin/date" '+%m/%d (%a)' +backtick 1 5 5 "/bin/date" '+%H%M' +hardstatus alwayslastline '%{#999999}[ GNU screen ]%{#ffffff} [ %{#ffffff}%= %{7}%?%-Lw%?%{1;0}%{#0072ff}|||%{15}%n%f%t%?(%u)%?%{1;0}%{#0072ff}|||%{7}%?%+Lw%?%? %=%{#ffffff} ] %{#999999}[ %{#999999}%0` %1`]' defscrollback 5000 -escape ^@a +escape ^\a mousetrack on -startup_message off -shelltitle "$ |fish" shell /usr/bin/fish - -# enable truecolor support (requires latest -git release) -truecolor on +shelltitle "$ |fish" +startup_message off |
