xmobar-0.43: A Minimalistic Text Based Status Bar
Copyright(c) 2018 Jose Antonio Ortega Ruiz
LicenseBSD3-style (see LICENSE)
Maintainerjao@gnu.org
Stabilityunstable
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Xmobar.Plugins.Monitors.Common.Types

Description

Type definitions and constructors for Monitors

Synopsis

Documentation

type Selector a = MConfig -> IORef a Source #

from 'http://www.haskell.org/hawiki/MonadState'

io :: IO a -> Monitor a Source #