diff options
Diffstat (limited to 'tag-xmobar/xmobarrc')
-rw-r--r-- | tag-xmobar/xmobarrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-xmobar/xmobarrc b/tag-xmobar/xmobarrc index 2d5f8cbc..e27250c5 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>" } |