From 96790c5f34dcdd2d7430eafcb47a9e9da2b29a89 Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Tue, 21 Mar 2017 14:42:19 +0100 Subject: [PATCH] [screen] Remove the date from the status bar (generates desktop notifications every min) --- screen/screenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen/screenrc b/screen/screenrc index f35a870..703b8e1 100644 --- a/screen/screenrc +++ b/screen/screenrc @@ -27,4 +27,4 @@ shelltitle "$ |bash:" #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 '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]' +hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}]'