From 8bb609f701137052e5fa1c4bb2616b36f28892cf Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 19 Sep 2016 12:08:25 -0700 Subject: [PATCH] [taffybar] Use MPRIS2 --- dotfiles/config/taffybar/taffybar.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/taffybar/taffybar.hs b/dotfiles/config/taffybar/taffybar.hs index 17c28497..824d6bb0 100644 --- a/dotfiles/config/taffybar/taffybar.hs +++ b/dotfiles/config/taffybar/taffybar.hs @@ -33,7 +33,7 @@ main = do let clock = textClockNew Nothing "%a %b %_d %r" 1 pager = taffyPagerNew defaultPagerConfig note = notifyAreaNew defaultNotificationConfig - mpris = mprisNew defaultMPRISConfig + mpris = mpris2New mem = pollingGraphNew memCfg 1 memCallback cpu = pollingGraphNew cpuCfg 0.5 cpuCallback tray = systrayNew