summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-xmobar/xmobarrc3
1 files changed, 2 insertions, 1 deletions
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: <usedratio>%"
                                  ] 20
+                    , Run StdinReader
                     , Run Date "%a %b %_d %Y %H:%M" "date" 100
                     ]
        , sepChar = "%"
        , alignSep = "}{"
-       , template = "%cpu% | %memory% | %dynnetwork% }{ %EGNX% | <fc=#ee9a00>%date%</fc>"
+       , template = "%cpu% | %memory% | %dynnetwork% | %StdinReader%  }{ %EGNX% | <fc=#ee9a00>%date%</fc>"
        }