From feb0653ad84670fe88d54913940cc0eb6c2cdef8 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Fri, 30 May 2025 23:03:33 -0400 Subject: ef-themes xmonad --- xmonad/.config/xmobar/xmobarrc | 18 +++++++++--------- xmonad/.config/xmonad/lib/Colors/Ef/Arbutus.hs | 17 +++++++++++++++++ xmonad/.config/xmonad/lib/Colors/Ef/Autumn.hs | 17 +++++++++++++++++ xmonad/.config/xmonad/xmonad.hs | 19 ++++++++++--------- 4 files changed, 53 insertions(+), 18 deletions(-) create mode 100644 xmonad/.config/xmonad/lib/Colors/Ef/Arbutus.hs create mode 100644 xmonad/.config/xmonad/lib/Colors/Ef/Autumn.hs (limited to 'xmonad') diff --git a/xmonad/.config/xmobar/xmobarrc b/xmonad/.config/xmobar/xmobarrc index 42196c2..8d9ca95 100644 --- a/xmonad/.config/xmobar/xmobarrc +++ b/xmonad/.config/xmobar/xmobarrc @@ -1,13 +1,13 @@ Config { - bgColor = "#181818" - , fgColor = "#e4e4e4" + bgColor = "#0f0e06" + , fgColor = "#cfbcba" , border = BottomB , font = "xft:Iosevka Comfy-12" - , additionalFonts = ["Noto Color Emoji-12", "Iosevka Nerd Font"] + , additionalFonts = ["Noto Color Emoji-10", "Iosevka Nerd Font"] , position = TopH 22 , commands = [ -- Network activity monitor (dynamic interface resolution) - Run Date "%Y-%m-%d (%a) %H:%M:%S" "mydate" 10 + Run Date "%Y-%m-%d (%a) %H:%M" "mydate" 10 -- Run Com "" []