diff options
author | Benjamin Weißenfels <ich@benniebunnie.de> | 2012-01-19 22:31:46 +0100 |
---|---|---|
committer | Benjamin Weißenfels <ich@benniebunnie.de> | 2012-01-19 22:31:46 +0100 |
commit | 72d8fb3a4de6b15b6044254ae5e719fde09bdf9f (patch) | |
tree | 65a95f6e30e8383afc5d2d06c348da0cf2db5928 /samples | |
parent | cfef5f8809d650be1cf7e7f0afb52ed885824bd0 (diff) | |
download | xmobar-72d8fb3a4de6b15b6044254ae5e719fde09bdf9f.tar.gz xmobar-72d8fb3a4de6b15b6044254ae5e719fde09bdf9f.tar.bz2 |
xmobar starts without complaining about missing parameters
Diffstat (limited to 'samples')
-rw-r--r-- | samples/xmobar.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/xmobar.config b/samples/xmobar.config index b061459..1e41945 100644 --- a/samples/xmobar.config +++ b/samples/xmobar.config @@ -1,4 +1,6 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" + , borderColor = "black" + , border = TopB , bgColor = "black" , fgColor = "grey" , position = Top |