Compare commits
2 commits
21ee0d1738
...
c2241df6c6
| Author | SHA1 | Date | |
|---|---|---|---|
| c2241df6c6 | |||
| 023854155a |
2 changed files with 6 additions and 3 deletions
|
|
@ -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 = "}{"
|
||||
|
|
|
|||
|
|
@ -133,13 +133,13 @@ myXmobar = statusBarPropTo "_XMONAD_LOG_1" "xmobar" (pure myXmobarPP)
|
|||
|
||||
myXmobarPP :: PP
|
||||
myXmobarPP = def
|
||||
{ ppSep = grey0 " | "
|
||||
{ ppSep = grey0 " "
|
||||
, ppCurrent = purple . wrap " " ""
|
||||
, ppVisible = blue . wrap " " ""
|
||||
, ppHidden = grey0 . wrap " " ""
|
||||
, ppHiddenNoWindows = grey0 . wrap " " ""
|
||||
, ppUrgent = red . wrap " " ""
|
||||
, ppLayout = aqua . wrap "" ""
|
||||
, ppLayout = aqua . wrap (grey0 " [ ") (grey0 " ] ")
|
||||
, ppOrder = \[ws, l, _] -> [ws, l]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue