xmonad-config/xmobarrc
2018-01-27 15:03:59 +02:00

28 lines
672 B
Plaintext

Config {
font = "xft:Iosevka Term:style=Regular:size=8"
, template = " %UnsafeStdinReader%}{%date% "
, commands =
[ Run UnsafeStdinReader
, Run Date "%A %d %B %H:%M %Z" "date" 10
]
, bgColor = "#002b36"
, fgColor = "#839496"
, border = BottomB
, borderWidth = 5
, borderColor = "#859900"
, position = TopSize L 100 29
, textOffset = 16
, additionalFonts = [ "xft:FontAwesome:style=Regular:size=8" ]
-- , sepChar
-- , alignSep
-- , iconOffset
-- , allDesktops
-- , overrideRedirect
-- , pickBroadest
-- , hideOnStart
-- , lowerOnStart
-- , persistent
-- , iconRoot
-- , alpha
}