hi3status-0.1.1.0: Status line for i3bar.

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

Hi3Status.Blocks.Wifi

Description

 

Synopsis

Documentation

data WifiBlock Source

A wifi status indicator. Uses iwgetid as a backend.

Constructors

WifiBlock 

Fields

connectedFormat :: String

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

  • {ssid} = The SSID of the 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. "wlan0".