mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
11 lines
316 B
Plaintext
11 lines
316 B
Plaintext
Config {
|
|
font = "xft:Monospace:pixelsize=14,-*-*-*-r-*-*-16-*-*-*-*-*-*-*",
|
|
bgColor = "#000040",
|
|
fgColor = "#80c0ff",
|
|
position = TopSize C 100 26,
|
|
lowerOnStart = True,
|
|
commands = [ Run Com "date" ["+%H:%M"] "" 30 ],
|
|
sepChar = "%",
|
|
alignSep = "}{"
|
|
}
|