hi3status-0.1.1.0: Status line for i3bar.

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

Hi3Status.Blocks.Window

Description

 

Synopsis

Documentation

data WindowBlock Source

This block displays the title of the currently focused window.

Constructors

WindowBlock 

Fields

format :: String

The format of the displayed text.

  • {title} = Window title.
maxLength :: Maybe Int

The maximum length of the displayed title.