[taffybar] Use MPRIS2
This commit is contained in:
parent
a9cd70ec45
commit
8bb609f701
@ -33,7 +33,7 @@ main = do
|
|||||||
let clock = textClockNew Nothing "<span fgcolor='orange'>%a %b %_d %r</span>" 1
|
let clock = textClockNew Nothing "<span fgcolor='orange'>%a %b %_d %r</span>" 1
|
||||||
pager = taffyPagerNew defaultPagerConfig
|
pager = taffyPagerNew defaultPagerConfig
|
||||||
note = notifyAreaNew defaultNotificationConfig
|
note = notifyAreaNew defaultNotificationConfig
|
||||||
mpris = mprisNew defaultMPRISConfig
|
mpris = mpris2New
|
||||||
mem = pollingGraphNew memCfg 1 memCallback
|
mem = pollingGraphNew memCfg 1 memCallback
|
||||||
cpu = pollingGraphNew cpuCfg 0.5 cpuCallback
|
cpu = pollingGraphNew cpuCfg 0.5 cpuCallback
|
||||||
tray = systrayNew
|
tray = systrayNew
|
||||||
|
Loading…
Reference in New Issue
Block a user