]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
screenrc: Display system load in hardstatus.
authorSimon Ruderich <simon@ruderich.org>
Thu, 25 Jun 2009 13:02:39 +0000 (15:02 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 25 Jun 2009 13:02:39 +0000 (15:02 +0200)
screenrc.in

index 7240b436636d280577a316a29b0c046b14e620fe..514b759306ff843fd6e35f8db6f1b2ae0ad95754 100644 (file)
@@ -17,7 +17,7 @@ term screen-256color
 attrcolor b ".I"
 
 # Always display the status line with open windows and the hostname.
-hardstatus alwayslastline "%w%=%H"
+hardstatus alwayslastline "%w%=%l %H"
 
 # Run urlview on current screen content. Very useful to follow links. Make
 # sure hardcopy_append is off before using this command.