From 031a0e1aed7d7c3cb914aaf5c0fbb989e272e786 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Thu, 26 Jan 2023 11:54:07 +0300 Subject: xmobar: tweak font sizes --- xmobar/.config/xmobar/xmobar.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmobar/.config/xmobar/xmobar.hs b/xmobar/.config/xmobar/xmobar.hs index c77bc15..64933f3 100644 --- a/xmobar/.config/xmobar/xmobar.hs +++ b/xmobar/.config/xmobar/xmobar.hs @@ -8,8 +8,8 @@ instance Exec Separator where config :: Config config = defaultConfig - { font = "Lato 12" - , additionalFonts = ["linja pona, 16"] + { font = "Lato 14px" + , additionalFonts = ["linja pona, 22px"] , bgColor = "#111111" , fgColor = "#ccbbcc" , position = Static { xpos = 8, ypos = 8, width = 1920-8*2, height = 24 } -- cgit v1.2.3