From 23accf6c3acacb1c972961612cce1c7c831b11e7 Mon Sep 17 00:00:00 2001 From: Joan MIlev <51526053+exorcist365@users.noreply.github.com> Date: Tue, 13 Jul 2021 01:01:19 +0300 Subject: Add TopH and BottomH for only controlling height of the window. (#556) --- src/Xmobar/Config/Types.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Xmobar/Config') diff --git a/src/Xmobar/Config/Types.hs b/src/Xmobar/Config/Types.hs index 8d78f33..c31e460 100644 --- a/src/Xmobar/Config/Types.hs +++ b/src/Xmobar/Config/Types.hs @@ -68,10 +68,12 @@ data Config = } deriving (Read, Show) data XPosition = Top + | TopH Int | TopW Align Int | TopSize Align Int Int | TopP Int Int | Bottom + | BottomH Int | BottomP Int Int | BottomW Align Int | BottomSize Align Int Int -- cgit v1.2.3