From dca2e807dea8ca23260e4091de66f635fac9c068 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 7 Aug 2022 22:30:33 +0930 Subject: [PATCH] minor changes --- .config/xmobar/xmobarrc-main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xmobar/xmobarrc-main.hs b/.config/xmobar/xmobarrc-main.hs index a1fa688..f619c20 100644 --- a/.config/xmobar/xmobarrc-main.hs +++ b/.config/xmobar/xmobarrc-main.hs @@ -1,7 +1,7 @@ Config { -- appearance - font = "xft:Fira Code:size=12:antialias=true:hinting=true" + font = "xft:Fira Code:size=9:antialias=true:hinting=true" , additionalFonts = [ "xft:FiraCode Nerd Font:size=9:antialias=true:hinting=true" ] , bgColor = "#282a36" , fgColor = "#f8f8f2"