summaryrefslogtreecommitdiffhomepage
path: root/src/Config.hs
diff options
context:
space:
mode:
authorMarkus Scherer <markus.f.scherer@gmail.com>2015-01-09 10:57:41 +0600
committerMarkus Scherer <markus.f.scherer@gmail.com>2015-01-09 10:57:41 +0600
commitda006d8a396e7b755c3c1dd8281fb7d2fa7b84ae (patch)
treecee73850bbe164ba6ad06b3758e8e972c1218c7f /src/Config.hs
parentee2b41303756bdfaa8955a1e1fd55396dda936b0 (diff)
downloadxmobar-da006d8a396e7b755c3c1dd8281fb7d2fa7b84ae.tar.gz
xmobar-da006d8a396e7b755c3c1dd8281fb7d2fa7b84ae.tar.bz2
Change the `fontList` to `additionalFonts`
Diffstat (limited to 'src/Config.hs')
-rw-r--r--src/Config.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Config.hs b/src/Config.hs
index 7929011..59d6bd4 100644
--- a/src/Config.hs
+++ b/src/Config.hs
@@ -49,7 +49,7 @@ import Plugins.DateZone
-- | The configuration data type
data Config =
Config { font :: String -- ^ Font
- , fontList :: [String] -- ^ List of alternative fonts
+ , additionalFonts :: [String] -- ^ List of alternative fonts
, bgColor :: String -- ^ Backgroud color
, fgColor :: String -- ^ Default font color
, position :: XPosition -- ^ Top Bottom or Static
@@ -111,7 +111,7 @@ data Border = NoBorder
defaultConfig :: Config
defaultConfig =
Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
- , fontList = []
+ , additionalFonts = []
, bgColor = "#000000"
, fgColor = "#BFBFBF"
, alpha = 255