[Google]

Screen hardstatus

GingerDog saw my screen and was curious about the status line I have. The entire screenrc I use.

(the thingy at the bottom of the image) It’s achieved using the following magic incantation in my
.screenrc

hardstatus on hardstatus lastline "%c:%s – %-Lw%{=BW}%50>%n%f*t%{-}%+Lw%<"
 

Oh, and each window gets
automatically named after the program running in it using the
following.

shelltitle "$ |bash"
 

(Update [...]