| Copyright | (c) Ivan A. Malison | 
|---|---|
| License | BSD3-style (see LICENSE) | 
| Maintainer | Ivan A. Malison | 
| Stability | unstable | 
| Portability | unportable | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
System.Taffybar.Information.MPRIS2
Description
Documentation
data NowPlaying Source #
Constructors
| NowPlaying | |
Instances
| Eq NowPlaying Source # | |
| Defined in System.Taffybar.Information.MPRIS2 | |
| Show NowPlaying Source # | |
| Defined in System.Taffybar.Information.MPRIS2 Methods showsPrec :: Int -> NowPlaying -> ShowS # show :: NowPlaying -> String # showList :: [NowPlaying] -> ShowS # | |
getNowPlayingInfo :: MonadIO m => Client -> m [NowPlaying] Source #