diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:48:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 12:48:16 +0000 |
commit | 8d9ffc08d4de2bde3522c39a6a3b76da043e8143 (patch) | |
tree | 8da761ae6d97efe03a035dd7523f3f80b2026fa1 /debian/screenrc | |
parent | Setting hardstatus to on. (diff) | |
download | screen-8d9ffc08d4de2bde3522c39a6a3b76da043e8143.tar.xz screen-8d9ffc08d4de2bde3522c39a6a3b76da043e8143.zip |
Setting hardstatus string.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/screenrc')
-rw-r--r-- | debian/screenrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/screenrc b/debian/screenrc index e0e1b21..0c51d8c 100644 --- a/debian/screenrc +++ b/debian/screenrc @@ -66,7 +66,7 @@ hardstatus on # Set the hardstatus prop on gui terms to set the titlebar/icon title termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 # use this for the hard status string -hardstatus string "%h%? users: %u%?" +hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y}%Y-%m-%d %c:%s" # An alternative hardstatus to display a bar at the bottom listing the # windownames and highlighting the current windowname in blue. (This is only |