| Copyright | (c) Ivan A. Malison | 
|---|---|
| License | BSD3-style (see LICENSE) | 
| Maintainer | Ivan A. Malison | 
| Stability | unstable | 
| Portability | unportable | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
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
| Default NetworkGraphConfig Source # | |
| Defined in System.Taffybar.Widget.NetworkGraph Methods | |
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.
networkGraphNewWith :: NetworkGraphConfig -> TaffyIO Widget Source #
networkGraphNewWith instantiates a network graph widget from a
 NetworkGraphConfig.