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 = "}{"