From acd0872613b024caafc2af6c6f6dad4fbcb2c0fc Mon Sep 17 00:00:00 2001 From: Artem Shvorin Date: Tue, 6 Sep 2011 16:27:52 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D1=8C=20=D0=B4?= =?UTF-8?q?=D0=B0=D1=82=D1=8B=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20(=D0=B4=D0=BB=D1=8F=20xoft-=D0=B0=3F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .xmonad/xmobarrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xmonad/xmobarrc b/.xmonad/xmobarrc index cced804..46dfa3f 100644 --- a/.xmonad/xmobarrc +++ b/.xmonad/xmobarrc @@ -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%" }