xmobar -> test own Modules
This commit is contained in:
25
home/programs/xmonad/src/xmobar/Plugins.hs
Normal file
25
home/programs/xmonad/src/xmobar/Plugins.hs
Normal file
@@ -0,0 +1,25 @@
|
||||
-----------------------------------------------------------------------------
|
||||
-- |
|
||||
-- Module : Xmobar.Plugins
|
||||
-- Copyright : (c) Andrea Rossato
|
||||
-- License : BSD-style (see LICENSE)
|
||||
--
|
||||
-- Maintainer : Jose A. Ortega Ruiz <jao@gnu.org>
|
||||
-- Stability : unstable
|
||||
-- Portability : unportable
|
||||
--
|
||||
-- This module exports the API for plugins.
|
||||
--
|
||||
-- Have a look at Plugins\/HelloWorld.hs
|
||||
--
|
||||
-----------------------------------------------------------------------------
|
||||
|
||||
module Plugins
|
||||
( Exec (..)
|
||||
, tenthSeconds
|
||||
, readFileSafe
|
||||
, hGetLineSafe
|
||||
) where
|
||||
|
||||
import Commands
|
||||
import XUtil
|
||||
Reference in New Issue
Block a user