diff options
author | jao <jao@gnu.org> | 2024-08-20 15:09:59 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2024-08-20 15:09:59 +0100 |
commit | 974409e73556984ceeb1c5cb2e9a1b4bf944dc7a (patch) | |
tree | 85b7810e1b1c1fa7b706aa97f8efcd1ce12f9b84 /lib/Config.hs | |
parent | 666de44018f4e9dc4ed089ba35fbb00a50a1454f (diff) | |
download | xmobar-config-974409e73556984ceeb1c5cb2e9a1b4bf944dc7a.tar.gz xmobar-config-974409e73556984ceeb1c5cb2e9a1b4bf944dc7a.tar.bz2 |
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 |