| Copyright | (c) Eric Mertens 2016 |
|---|---|
| License | ISC |
| Maintainer | emertens@gmail.com |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Client.Image.Focus
Description
This module provides image renderers used to construct the labels for window names and activity boxes.
Documentation
data FocusLabelType Source #
Constructors
| FocusLabelJump | |
| FocusLabelShort | |
| FocusLabelLong |
focusLabel :: FocusLabelType -> ClientState -> Focus -> Image' Source #
windowLabel :: ClientState -> (Focus, Window) -> Image' Source #