diff options
| author | kj-sh604 | 2024-07-13 15:01:28 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-13 15:01:28 -0400 |
| commit | 075eddfd6717804cad5a3071c55451c55676c08e (patch) | |
| tree | d73c293691780298548adec51c026490709456d3 /.config/screen/screenrc | |
| parent | 895162d608a519e46a2eed906c863e3696222b68 (diff) | |
refactor: `.screenrc`-related changes²
Diffstat (limited to '.config/screen/screenrc')
| -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 |
