Skip to content

Instantly share code, notes, and snippets.

@denmojo
Created June 9, 2015 19:01
Show Gist options
  • Select an option

  • Save denmojo/ef7e150dc85833c9c733 to your computer and use it in GitHub Desktop.

Select an option

Save denmojo/ef7e150dc85833c9c733 to your computer and use it in GitHub Desktop.
GNU Screen configuration to show informative footer bar
# 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