aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xmobar/.config/xmobar/xmobar.hs4
1 files 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 }