hi3status-0.1.1.0: Status line for i3bar.

LicenseMIT
MaintainerJosh Kirklin (jjvk2@cam.ac.uk)
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Hi3Status.Blocks.Music

Description

 

Synopsis

Documentation

data MusicBlock Source

Currently playing music. Uses playerctl.

Constructors

MusicBlock 

Fields

format :: String

The format of the displayed text.

  • {playpause} = Play/pause icon.
  • {artist} = Artist.
  • {track} = Track.
  • {album} = Album.
maxLength :: Maybe Int

The maximum length of the displayed text.

playIcon :: String

The icon to display when playing.

pauseIcon :: String

The icon to display when paused.