diff options
| author | kj-sh604 | 2024-07-14 08:35:17 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-14 08:35:17 -0400 |
| commit | 77d10a2990f25b4d167658abead5492c1a301fda (patch) | |
| tree | fde8d1e257240bc246c15ab277dad4c5b73d9f34 /.config | |
| parent | 437766308e3525285706971ceaddd8dac231b4ea (diff) | |
refactor: simplify GNU `screen` look
Diffstat (limited to '.config')
| -rw-r--r-- | .config/screen/screenrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.config/screen/screenrc b/.config/screen/screenrc index 331bcdf..16dbe74 100644 --- a/.config/screen/screenrc +++ b/.config/screen/screenrc @@ -1,10 +1,8 @@ # 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 firstline -hardstatus string '%{#999999}[ GNU screen ]%{#ffffff} %< %{7}%?%-Lw%?%{1;0}%{#009dff}(== %{#ffffff}%n%f%t%?(%u)%?%{1;0}%{#009dff} ==)%{7}%?%+Lw%?%? %= %{#999999}[ %{#999999}%0` %1` ]' +hardstatus string '%{#999999}[ GNU screen ]%{#ffffff} %< %{7}%?%-Lw%?%{1;0}%{#009dff}(== %{#ffffff}%n %h%?(%u)%?%{1;0}%{#009dff} ==)%{7}%?%+Lw%?%?' altscreen on defscrollback 5000 escape ^@a |
