Skip to content

Instantly share code, notes, and snippets.

@tonymorris
Created November 22, 2012 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonymorris/4129924 to your computer and use it in GitHub Desktop.
Save tonymorris/4129924 to your computer and use it in GitHub Desktop.
~/.xmobarrc
Config {
font = "-*-fixed-bold-r-*-*-15-*-*-*-*-*-*-*"
, bgColor = "#222222"
, fgColor = "#888888"
, position = Bottom
, lowerOnStart = True
, commands = [
Run StdinReader
, Run Date "%a %_d %b %Y %H:%M:%S" "date" 10
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ <fc=yellow>%date%</fc>"
, border = TopB
, borderColor = "black"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment