From 9816ff2e0dbb51dded121fb69768555d65f0421c Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Wed, 6 Aug 2008 22:50:29 +0200 Subject: Add Support for positioning on certain screens darcs-hash:20080806205029-a5988-84ceb56437a40b7213082922f55339e31059597a.gz --- Config.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Config.hs') diff --git a/Config.hs b/Config.hs index 1f4cab1..764b85c 100644 --- a/Config.hs +++ b/Config.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE CPP #-} + ----------------------------------------------------------------------------- -- | -- Module : Xmobar.Config @@ -54,6 +56,7 @@ data XPosition = Top | Bottom | BottomW Align Int | Static {xpos, ypos, width, height :: Int} + | OnScreen Int XPosition deriving ( Read, Eq ) data Align = L | R | C deriving ( Read, Eq ) -- cgit v1.2.3