summaryrefslogtreecommitdiffhomepage
path: root/Config.hs
diff options
context:
space:
mode:
authorDaniel Wagner <daniel@wagner-home.com>2009-12-30 08:46:04 +0100
committerDaniel Wagner <daniel@wagner-home.com>2009-12-30 08:46:04 +0100
commitcf25ae10fa019378c5aa5c7381275bd475c11ed4 (patch)
tree251dc495ad73903dc265726683d08377ae74aea3 /Config.hs
parent90753ba80f9bce8a37c750b8bf7e4ca5dc346726 (diff)
downloadxmobar-cf25ae10fa019378c5aa5c7381275bd475c11ed4.tar.gz
xmobar-cf25ae10fa019378c5aa5c7381275bd475c11ed4.tar.bz2
add positions with height information
Ignore-this: 1244d13c44610fc3b1d9b73a0ebfac59 darcs-hash:20091230074604-76d51-a3415c7365aa22dfb9891cc6bb5c5ef4e726a805.gz
Diffstat (limited to 'Config.hs')
-rw-r--r--Config.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.hs b/Config.hs
index 4873711..36c1c85 100644
--- a/Config.hs
+++ b/Config.hs
@@ -58,8 +58,10 @@ data Config =
data XPosition = Top
| TopW Align Int
+ | TopSize Align Int Int
| Bottom
| BottomW Align Int
+ | BottomSize Align Int Int
| Static {xpos, ypos, width, height :: Int}
| OnScreen Int XPosition
deriving ( Read, Eq )