From 151e96f8be8982a594a7043ad1e7e94a5b07a2bf Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:07:34 -0400 Subject: huge XMonad update --- xmonad/.config/xmobar/xmobarrc | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'xmonad/.config/xmobar') diff --git a/xmonad/.config/xmobar/xmobarrc b/xmonad/.config/xmobar/xmobarrc index 8d9ca95..b33f9d6 100644 --- a/xmonad/.config/xmobar/xmobarrc +++ b/xmonad/.config/xmobar/xmobarrc @@ -1,27 +1,20 @@ Config { - bgColor = "#0f0e06" - , fgColor = "#cfbcba" - , border = BottomB + bgColor = "#222524" + , fgColor = "#eaf2ef" , font = "xft:Iosevka Comfy-12" - , additionalFonts = ["Noto Color Emoji-10", "Iosevka Nerd Font"] + , additionalFonts = ["Noto Color Emoji-12"] , position = TopH 22 , commands = [ -- Network activity monitor (dynamic interface resolution) - Run Date "%Y-%m-%d (%a) %H:%M" "mydate" 10 + Run Date "📅 %Y-%m-%d (%a) | 🕘 %H:%M:%S" "mydate" 10 -- Run Com "" []