hi3status-0.1.1.0: Status line for i3bar.

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

Hi3Status.Blocks.Volume

Description

 

Synopsis

Documentation

data VolumeBlock Source

A block to indicate the status of the system volume. Uses amixer as a backend.

Constructors

VolumeBlock 

Fields

format :: String

The format of the displayed text when not muted.

  • {icon} = Icon
  • {perc} = Percentage
muteFormat :: String

The format of the displayed text when muted.

normalIcon :: String

The icon to display when not muted and volume is normal.

lowIcon :: String

The icon to display when not muted and volume is low.

muteIcon :: String

The icon to dipslay when muted.

device :: String

The device to query.

control :: String

The control to query.