diff --git a/bin/xmobar.hs b/bin/xmobar.hs index 72e0cda..31960f4 100644 --- a/bin/xmobar.hs +++ b/bin/xmobar.hs @@ -105,7 +105,7 @@ textFontData = T.defFontData { T.weight = Just T.Bold, T.size = Just 11 } -- | The icon font family iconFont :: Sometimes T.FontBuilder iconFont = fontSometimes "XMobar Icon Font" "Symbols Nerd Font" - [Package Official "ttf-nerd-fonts-symbols"] + [Package Official "ttf-nerd-fonts-symbols-2048-em"] -- | Offsets for the icons in the bar (relative to the text offset) iconOffset :: BarFont -> Int