summary refs log tree commit diff stats
path: root/tag-xmobar
diff options
context:
space:
mode:
authorAlan Pearce2014-07-12 17:19:06 +0100
committerAlan Pearce2014-07-12 17:19:06 +0100
commite85983ad8677a514428e7e80128bc0eb1196e2bb (patch)
tree1b44875b03ee2c603fd35820441dff786c6aa6b7 /tag-xmobar
parentcf3ad2a066cbe9272cd7b8e6a60813be1073a424 (diff)
downloaddotfiles-e85983ad8677a514428e7e80128bc0eb1196e2bb.tar.lz
dotfiles-e85983ad8677a514428e7e80128bc0eb1196e2bb.tar.zst
dotfiles-e85983ad8677a514428e7e80128bc0eb1196e2bb.zip
Xmobar: remove MPD
Diffstat (limited to 'tag-xmobar')
-rw-r--r--tag-xmobar/xmobarrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-xmobar/xmobarrc b/tag-xmobar/xmobarrc
index 2d5f8cb..e27250c 100644
--- a/tag-xmobar/xmobarrc
+++ b/tag-xmobar/xmobarrc
@@ -32,9 +32,8 @@ Config { font = "-misc-termsyn-medium-r-normal--11-79-100-100-c-60-*-*"
                                  ,"-t", "Mem: <usedratio>%"
                                  ] 20
                     , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
-                    , Run MPD ["-t", "<state>: <artist> - <track>"] 10
                     ]
        , sepChar = "%"
        , alignSep = "}{"
-       , template = "%cpu% | %memory% | %dynnetwork% | %mpd% }{ %EGNX% | <fc=#ee9a00>%date%</fc>"
+       , template = "%cpu% | %memory% | %dynnetwork% }{ %EGNX% | <fc=#ee9a00>%date%</fc>"
        }