diff options
Diffstat (limited to 'lib/Config.hs')
-rw-r--r-- | lib/Config.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Config.hs b/lib/Config.hs index a388e1e..845aa8a 100644 --- a/lib/Config.hs +++ b/lib/Config.hs @@ -85,7 +85,8 @@ baseConfig p = defaultConfig { , borderColor = pBorder p , fgColor = pForeground p , bgColor = pBackground p - , additionalFonts = ["FontAwesome 9"] + , additionalFonts = ["FontAwesome 9", "Weather Icons 10"] + , textOffsets = [0, -2] , border = NoBorder , alpha = pAlpha p , overrideRedirect = True |