diff options
| -rw-r--r-- | samples/xmobar.config | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/samples/xmobar.config b/samples/xmobar.config index 04e8225..c0d4cdc 100644 --- a/samples/xmobar.config +++ b/samples/xmobar.config @@ -29,7 +29,7 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"                      , Run Memory ["-t","Mem: <usedratio>%"] 10                      , Run Swap [] 10                      , Run Com "uname" ["-s","-r"] "" 36000 -    		    , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10 +                    , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10                      ]         , sepChar = "%"         , alignSep = "}{" | 
