summary refs log tree commit diff stats
path: root/tag-xmobar
diff options
context:
space:
mode:
authorAlan Pearce2014-07-20 07:58:07 +0100
committerAlan Pearce2014-07-20 08:03:48 +0100
commitea81adff7d45801de3ea5e7b014494fb185d8934 (patch)
treefa4e4b0caff9e3a01812db1767ced13fb2385699 /tag-xmobar
parentb07c260e62bf809b6b60c12c83515335c0da0c5e (diff)
downloaddotfiles-ea81adff7d45801de3ea5e7b014494fb185d8934.tar.lz
dotfiles-ea81adff7d45801de3ea5e7b014494fb185d8934.tar.zst
dotfiles-ea81adff7d45801de3ea5e7b014494fb185d8934.zip
Xmobar: fix freezing in Xmonad
Diffstat (limited to 'tag-xmobar')
-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>"
        }