From ea81adff7d45801de3ea5e7b014494fb185d8934 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 20 Jul 2014 07:58:07 +0100 Subject: Xmobar: fix freezing in Xmonad --- tag-xmobar/xmobarrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-xmobar') diff --git a/tag-xmobar/xmobarrc b/tag-xmobar/xmobarrc index 5f455ec..665ee3a 100644 --- a/tag-xmobar/xmobarrc +++ b/tag-xmobar/xmobarrc @@ -31,9 +31,10 @@ Config { font = "-misc-termsyn-medium-r-normal--11-79-100-100-c-60-*-*" , Run Memory ["-p", "3" ,"-t", "Mem: %" ] 20 + , Run StdinReader , Run Date "%a %b %_d %Y %H:%M" "date" 100 ] , sepChar = "%" , alignSep = "}{" - , template = "%cpu% | %memory% | %dynnetwork% }{ %EGNX% | %date%" + , template = "%cpu% | %memory% | %dynnetwork% | %StdinReader% }{ %EGNX% | %date%" } -- cgit 1.4.1