Last active
January 29, 2025 09:50
-
-
Save alextsil/7e17dcedd7f7c85907f76b3b8b3547a8 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
################################################################################### | |
# .screenrc -- configuration file for [screen](http://www.gnu.org/software/screen/) | |
# ___ ___ _ __ ___ ___ _ __ _ __ ___ | |
# / __|/ __| '__/ _ \/ _ \ '_ \| '__/ __| | |
# _\__ \ (__| | | __/ __/ | | | | | (__ | |
# (_)___/\___|_| \___|\___|_| |_|_| \___| | |
# | |
################################################################################### | |
# Resources: | |
# * gyaresu's .screenrc: http://delicious.com/search?p=screenrc | |
################################################################################### | |
# Don't display the copyright page | |
startup_message off | |
# tab-completion flash in heading bar | |
vbell off | |
# Enable UTF-8 | |
defutf8 on | |
utf8 on | |
encoding utf8 | |
# keep scrollback n lines | |
defscrollback 10000 | |
shelltitle "$ |bash" | |
# THIS IS THE PRETTY BIT | |
#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 '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}' | |
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{C} %d/%m %{W}%c %{g}]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment