feat(taffybar): split now-playing label and bump submodule
This commit is contained in:
Submodule dotfiles/config/taffybar/taffybar updated: 276ed1fd83...629e4941d7
@@ -312,7 +312,10 @@ mprisWidget =
|
||||
updatePlayerWidget =
|
||||
simplePlayerWidget
|
||||
defaultPlayerConfig
|
||||
{ setNowPlayingLabel = playingText 20 20
|
||||
{ setNowPlayingLabel =
|
||||
-- Upstream `playingText` uses "artist - title"; replace the
|
||||
-- separator with a newline for a more compact widget.
|
||||
\np -> T.replace " - " "\n" <$> playingText 20 20 np
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user