hi3status-0.1.1.0: Status line for i3bar.

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

Hi3Status.Blocks.StaticText

Description

 

Synopsis

Documentation

data StaticTextBlock Source

A simple block that displays a piece of static text.

Constructors

StaticTextBlock 

Fields

text :: String

The text to display.

textColor :: Maybe String

The color of the text.