
Hello list! I'm not sure wether this is the right list to ask, but the Xmobar-List itself seems pretty dead to me. At least that's what I figured when browsing through the archives. Anyway, here's my problem: I try to add the mail-plugin to my xmobarrc and it complains: unexpected "s" expecting space or "Run" Here's what my xmobarrc looks like: Config { font = "xft:terminus-8" , bgColor = "#121212" , fgColor = "#ECECEC" , border = TopB , borderColor = "#F0E800" , position = Bottom , lowerOnStart = True , commands = [ Run Com "uname" ["-s", "-r"] "" 0 -- , Run MPD ["-t", "<state> (<lapsed>/<length>) | <artist> - <album> - <track> - <title>"] 10 , Run Mail [("inbox", "~/mail/mailboxes/uni/INBOX")] "mail" ] , sepChar = "%" , alignSep = "}{" , template = " %uname% }{ %mail% " } Any help is appreciated. Thank you :) Greetings from Cologne, Chris