-
Notifications
You must be signed in to change notification settings - Fork 1
/
.screenrc
30 lines (22 loc) · 819 Bytes
/
.screenrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# kdm bash-env
# .screenrc
# Do not display the copyright page
startup_message off
# Change the number of scrollback lines
defscrollback 100000
# Enable alternate screen mode
altscreen on
# Ensure the default shell is the same as the $SHELL environment variable
shell -$SHELL
# Set terminal type/TERM variable
# term screen-256color
# Enable monitoring of background screens
monitor on
# Enable 24bit color
truecolor on
# Configure colorful informative status bar
# https://wiki.archlinux.org/title/GNU_Screen#Informative_statusbar
hardstatus off
backtick 0 5 5 "/bin/date" '+%Y-%m-%d'
backtick 1 5 5 "/bin/date" '+%H:%M'
hardstatus alwayslastline '%{#00ff00}[ %H ][%{#ffffff}%= %{7}%?%-Lw%?%{1;0}%{1}(%{15}%n%f%t%?(%u)%?%{1;0}%{1})%{7}%?%+Lw%?%? %=%{#00ff00}][ %{#00a5ff}%{6}%0` %{#ffffff}%{7}%1`%{#00ff00} ]'