From c2241df6c61a398e879ba465c30d266d5d2866bf Mon Sep 17 00:00:00 2001 From: jasmine Date: Sun, 23 Feb 2025 20:12:05 +0800 Subject: [PATCH] feat: add border --- src/xmobar.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/xmobar.hs b/src/xmobar.hs index ac51265..0a24e73 100644 --- a/src/xmobar.hs +++ b/src/xmobar.hs @@ -12,7 +12,10 @@ config = , additionalFonts = ["Symbols Nerd Font 2048-em 24"] , bgColor = background , fgColor = foreground - , position = Static {xpos = 1920, ypos = 0, width = 2560, height = 24} + , border = BottomB + , borderColor = "#32302f" + , borderWidth = 5 + , position = Static {xpos = 1920, ypos = 0, width = 2560, height = 28} , commands = myCommands , sepChar = "%" , alignSep = "}{"