Created
June 9, 2015 19:01
-
-
Save denmojo/ef7e150dc85833c9c733 to your computer and use it in GitHub Desktop.
GNU Screen configuration to show informative footer bar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # no annoying audible bell, please | |
| vbell on | |
| # detach on hangup | |
| autodetach on | |
| # don't display the copyright page | |
| startup_message off | |
| # Here comes the pain... | |
| caption always "%{=b dw}:%{-b dw}:%{ dk}[ %{-b dw}%{-b dg}$USER%{-b dw}@%{-b dg}%H %{=b dk}] [ %= %?%{-b dg}%-Lw%?%{+b dk}(%{+b dw}%n:%t%{+b dk})%?(%u)%?%{-b dw}%?%{-b dg}%+Lw%? %{=b dk}]%{-b dw}:%{+b dw}:" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment