blob: 97385a754a09b5a34651a4ed007a301aef974e73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
mousetrack on
shell /usr/bin/fish
shelltitle "$ |fish"
startup_message off
|