all repos — nixfiles @ e85983ad8677a514428e7e80128bc0eb1196e2bb

System and user configuration, managed by nix and home-manager

Xmobar: remove MPD
Alan Pearce alan@alanpearce.co.uk
Sat, 12 Jul 2014 17:19:06 +0100
commit

e85983ad8677a514428e7e80128bc0eb1196e2bb

parent

cf3ad2a066cbe9272cd7b8e6a60813be1073a424

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M tag-xmobar/xmobarrctag-xmobar/xmobarrc
@@ -32,9 +32,8 @@ , Run Memory ["-p", "3"                                  ,"-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>"
        }