Skip to content

Commit

Permalink
печать даты исправлена (для xoft-а?)
Browse files Browse the repository at this point in the history
  • Loading branch information
shvorin committed Sep 6, 2011
1 parent 1b86f00 commit acd0872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .xmonad/xmobarrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Config { font = "-*-fixed-medium-r-*-*-*-100-100-100-*-*-iso10646-*"
, fgColor = "#00FFFF"
, position = Bottom
, lowerOnStart = False
, commands = [ Run Com "date" ["+\"%a %b %_d %H:%M\""] "mydate" 600
, commands = [ Run Com "date" ["'+%a %b %_d %H:%M'"] "" 300
, Run StdinReader
]
, sepChar = "%"
, alignSep = "}{"
, template = "%StdinReader% }{ %mydate%"
, template = "%StdinReader% }{ %date%"
}

0 comments on commit acd0872

Please sign in to comment.