summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/Config/Types.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-28 05:11:09 +0000
committerjao <jao@gnu.org>2022-01-29 06:42:29 +0000
commit0d3021eb601dadfa10fae30f108108894086c82c (patch)
tree887481657041ed1dad5e86d47ab61594e52654b6 /src/Xmobar/Config/Types.hs
parent93da696658061e1c14fdca70b6c0f04c412b1fd8 (diff)
downloadxmobar-0d3021eb601dadfa10fae30f108108894086c82c.tar.gz
xmobar-0d3021eb601dadfa10fae30f108108894086c82c.tar.bz2
Basic text output, without colors, working
Diffstat (limited to 'src/Xmobar/Config/Types.hs')
-rw-r--r--src/Xmobar/Config/Types.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Xmobar/Config/Types.hs b/src/Xmobar/Config/Types.hs
index 8bbae40..816edaa 100644
--- a/src/Xmobar/Config/Types.hs
+++ b/src/Xmobar/Config/Types.hs
@@ -36,6 +36,7 @@ data Config =
, bgColor :: String -- ^ Backgroud color
, fgColor :: String -- ^ Default font color
, position :: XPosition -- ^ Top Bottom or Static
+ , textOutput :: Bool -- ^ Write data to stdout instead of X
, textOffset :: Int -- ^ Offset from top of window for text
, textOffsets :: [Int] -- ^ List of offsets for additionalFonts
, iconOffset :: Int -- ^ Offset from top of window for icons