diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-04-03 04:01:31 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-04-03 04:01:31 +0000 |
commit | c82e27017cc2ab5e3702964705fcad3768642fbe (patch) | |
tree | 70aa9c6a57b1cc7d76d7818de7544f4d211f5acb /lcd4linux.c | |
parent | 568f40eacc6d00d5105b308665ca2b3428000faf (diff) | |
download | lcd4linux-c82e27017cc2ab5e3702964705fcad3768642fbe.tar.gz |
[lcd4linux @ 2000-04-03 04:01:31 by reinelt]
if 'gap' is specified as -1, a gap of (pixelsize+pixelgap) is selected automatically
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@33 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | lcd4linux.conf.sample | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lcd4linux.conf.sample b/lcd4linux.conf.sample index 8281295..526f430 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -14,11 +14,11 @@ #background \#80d000 Display X11 -size 20x6 +size 20x5 font 5x8 -pixel 5+1 -gap 6x6 -border 3 +pixel 1+0 +gap 1x1 +border 1 foreground \#102000 halfground \#90c000 background \#a0d000 |