From 6ed1a3efa5ff2add2417036ece17f8d76315e125 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 18 Jul 2018 09:35:16 +0200 Subject: [PATCH] screenrc: remove load average from hardstatus I rarely use it and it wastes a lot of space. High loads are already detected by my monitoring. However add an additional space between the window list and the following items to create a visual gap to highlight the difference in content. --- shell/screenrc.in | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/screenrc.in b/shell/screenrc.in index 9c4a106..d45da63 100644 --- a/shell/screenrc.in +++ b/shell/screenrc.in @@ -74,7 +74,6 @@ unsetenv s # Always display the status line with open windows and the hostname. setenv s "$s%Lw" # - number and names of windows, L displays window flags setenv s "$s%=" # - right align the following text -setenv s "$s%l" # - load average setenv s "$s " # - space setenv s "$s%H" # - hostname setenv s "$s " # - space (TEMPERATURE) -- 2.43.2