xmonad-config/xmobarrc

28 lines
672 B
Plaintext
Raw Normal View History

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