----------------------------------------------------------------------------- -- | -- Module : Xmobar.Plugins -- Copyright : (c) Andrea Rossato -- License : BSD-style (see LICENSE) -- -- Maintainer : Andrea Rossato -- Stability : unstable -- Portability : unportable -- -- This module export the API for plugins. -- -- Have a look ate Plugins/HelloWorld.hs -- ----------------------------------------------------------------------------- module Plugins ( Exec (..) ) where import Commands