hi3status-0.1.1.0: Status line for i3bar.

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

Hi3Status.Blocks.Network

Description

 

Synopsis

Documentation

data NetworkBlock Source

A network transfer rate indicator. Uses files at sysclassnet.

Constructors

NetworkBlock 

Fields

format :: String

The format of the displayed text.

  • {rx} = Download rate.
  • {tx} = Upload rate.
device :: String

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

checkPeriod :: Int

How often to check the rates (in microseconds).