taffybar-4.0.0: A desktop bar similar to xmobar, but with more GUI
Copyright(c) Ivan A. Malison
LicenseBSD3-style (see LICENSE)
MaintainerIvan A. Malison
Stabilityunstable
Portabilityunportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.Taffybar.Widget.NetworkGraph

Description

This module provides a channel based network graph widget.

Synopsis

Documentation

data NetworkGraphConfig Source #

NetworkGraphConfig configures the network graph widget.

Constructors

NetworkGraphConfig 

Fields

Instances

Instances details
Default NetworkGraphConfig Source # 
Instance details

Defined in System.Taffybar.Widget.NetworkGraph

defaultNetworkGraphConfig :: NetworkGraphConfig Source #

Default configuration paramters for the network graph.

networkGraphNew :: GraphConfig -> Maybe [String] -> TaffyIO Widget Source #

networkGraphNew instantiates a network graph widget from a GraphConfig and a list of interfaces.