diff --git a/.config/xmobar/xmobarrc-single.hs b/.config/xmobar/xmobarrc-single.hs
index ea82569..269d0e7 100644
--- a/.config/xmobar/xmobarrc-single.hs
+++ b/.config/xmobar/xmobarrc-single.hs
@@ -1,7 +1,7 @@
Config {
-- appearance
- font = "xft:Fira Code:size=9:antialias=true:hinting=true"
+ font = "xft:Fira Code:size=12:antialias=true:hinting=true"
, additionalFonts = [ "xft:FiraCode Nerd Font:style=Regular:size=9:antialias=true:hinting=true" ]
, bgColor = "#282a36"
, fgColor = "#f8f8f2"
@@ -60,7 +60,7 @@ Config {
-- time and date indicator
-- (%F = y-m-d date, %a = day of week, %T = h:m:s time)
- , Run Date "\xf073 %a %Y-%m-%d | \xf017 %H:%M:%S" "date" 10
+ , Run Date "\xf073 %a %Y-%m-%d | \xf017 %H:%M:%S" "date" 10
-- Runs a simple script that counts the number of system updates to apply
, Run Com "xmobar-status-updates" [] "updates" 3600