Skip to content

Instantly share code, notes, and snippets.

@ricrogz
Last active August 29, 2015 14:25
Show Gist options
  • Save ricrogz/5fb05cdce32f06796b5f to your computer and use it in GitHub Desktop.
Save ricrogz/5fb05cdce32f06796b5f to your computer and use it in GitHub Desktop.
Nice screen bottomline
#change the hardstatus settings to give an window list at the bottom of the
#screen, with the time and date and with the current window highlighted
startup_message off
hardstatus alwayslastline
#hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}'
hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}]%{=b C}[ %m/%d %c ]%{W}'
defscrollback 5000
autodetach on
idle 600 eval "screen cmatrix -f -o -u 10" "idle 0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment