xmonad-contrib-0.8.1: Third party extensions for xmonadContentsIndex
XMonad.Actions.RandomBackground
Portabilityunportable
Stabilityunstable
Maintainer<vogt.adam@gmail.com>
Description
An action to start terminals with a random background color
Synopsis
randomBg' :: MonadIO m => RandomColor -> m String
randomBg :: RandomColor -> X ()
data RandomColor
= RGB Int Int
| HSV Double Double
Documentation
randomBg' :: MonadIO m => RandomColor -> m String
randomBg' produces a random hex number in the form '#xxyyzz'
randomBg :: RandomColor -> X ()
data RandomColor
RandomColor fixes constraints when generating random colors
Constructors
RGB Int Int
HSV Double Double
Produced by Haddock version 2.4.2