hi3status-0.1.1.0: Status line for i3bar.

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

Hi3Status.Blocks.Command

Description

 

Synopsis

Documentation

data CommandBlock Source

A block that executes an arbitrary shell command and displays the output.

Constructors

CommandBlock 

Fields

cmd :: String

The command to execute.

format :: String

The format of the displayed text.

  • {stdout} = stdout.
  • {stderr} = stderr.
refresh :: Maybe Int

An optional refresh period in microseconds.