diff options
| author | Ben Boeckel <mathstuf@gmail.com> | 2015-09-26 15:12:52 -0400 | 
|---|---|---|
| committer | Ben Boeckel <mathstuf@gmail.com> | 2015-09-26 15:12:52 -0400 | 
| commit | 986aaad363ceb3fb946929648b7e496f03491f1a (patch) | |
| tree | 35647c96a14c8178c9859f20267b51375921794a /samples | |
| parent | fda487f00d999abc61b2cd23dde365870633c515 (diff) | |
| download | xmobar-986aaad363ceb3fb946929648b7e496f03491f1a.tar.gz xmobar-986aaad363ceb3fb946929648b7e496f03491f1a.tar.bz2 | |
xmobar.config: fix whitespace
Diffstat (limited to 'samples')
| -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 = "}{" | 
