hi3status-0.1.1.0: Status line for i3bar.

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

Hi3Status.Blocks.Ethernet

Description

 

Synopsis

Documentation

data EthernetBlock Source

An ethernet status indicator. Uses files at sysclassnet.

Constructors

EthernetBlock 

Fields

connectedFormat :: String

The format of the displayed text when connected to a network.

disconnectedFormat :: String

The format of the displayed text when not connected to a network.

connectedColor :: Maybe String

The color of the text when connected to a network.

disconnectedColor :: Maybe String

The color of the text when not connected to a network.

device :: String

The device to query, e.g. "eth0".