Created
September 16, 2009 23:02
-
-
Save mage2k/188230 to your computer and use it in GitHub Desktop.
This file contains 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
# 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