diff options
Diffstat (limited to 'src/Xmobar/Config')
| -rw-r--r-- | src/Xmobar/Config/Types.hs | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/Xmobar/Config/Types.hs b/src/Xmobar/Config/Types.hs index df39f6d..1172034 100644 --- a/src/Xmobar/Config/Types.hs +++ b/src/Xmobar/Config/Types.hs @@ -89,11 +89,13 @@ data Config =  data XPosition = Top                 | TopH Int +               | TopHM Int Int Int Int -- left right top height                 | TopW Align Int                 | TopSize Align Int Int                 | TopP Int Int                 | Bottom                 | BottomH Int +               | BottomHM Int Int Int Int -- left right bottom height                 | BottomP Int Int                 | BottomW Align Int                 | BottomSize Align Int Int | 
