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