feat: add border
This commit is contained in:
parent
023854155a
commit
c2241df6c6
|
@ -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 = "}{"
|
||||
|
|
Loading…
Reference in a new issue