From 4bf58df4056c6383cfe31ab0c636a908d76f1581 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Mon, 17 Oct 2022 14:06:34 +1030 Subject: [PATCH] updated date icon --- .config/xmobar/xmobarrc-single.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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