Skip to content

Instantly share code, notes, and snippets.

@mage2k
Created September 16, 2009 23:02
Show Gist options
  • Save mage2k/188230 to your computer and use it in GitHub Desktop.
Save mage2k/188230 to your computer and use it in GitHub Desktop.
# built after/while reading: http://en.gentoo-wiki.com/wiki/Screen
defscrollback 500
screen -t work 0
screen -t work 9
screen -t work 8
screen -t work 7
screen -t work 6
screen -t work 5
screen -t work 4
screen -t work 3
screen -t work 2
screen -t work 1
#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
hardstatus alwayslastline
hardstatus string '%{= bW}%-Lw%{= KW}%50>%n%f* %t%{= bW}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment