From 98edb6027f5cdb2e6cffe585c8a9388745e28d0e Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 10 Oct 2022 16:25:40 +1030 Subject: [PATCH] correct font --- .config/xmobar/xmobarrc-single.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xmobar/xmobarrc-single.hs b/.config/xmobar/xmobarrc-single.hs index 8f6599d..ea82569 100644 --- a/.config/xmobar/xmobarrc-single.hs +++ b/.config/xmobar/xmobarrc-single.hs @@ -2,7 +2,7 @@ Config { -- appearance font = "xft:Fira Code:size=9:antialias=true:hinting=true" - , additionalFonts = [ "xft:FuraCode Nerd Font:style=Regular:size=9:antialias=true:hinting=true" ] + , additionalFonts = [ "xft:FiraCode Nerd Font:style=Regular:size=9:antialias=true:hinting=true" ] , bgColor = "#282a36" , fgColor = "#f8f8f2" , position = Top