diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-04-01 16:22:38 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-04-01 16:22:38 +0000 |
commit | 194757539bf5f48d105f2739502c8b91af650ec8 (patch) | |
tree | df480393832682f2a85968d30024b34c43d6766a /lcd4linux.c | |
parent | 6104a8cef9a1a0e88fe95a23d17447e14d33d2ea (diff) | |
download | lcd4linux-194757539bf5f48d105f2739502c8b91af650ec8.tar.gz |
[lcd4linux @ 2000-04-01 16:22:38 by reinelt]
bug that caused a segfault in processor.c fixed (thanks to herp)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@29 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 1e50a6c..8281295 100644 --- a/lcd4linux.conf.sample +++ b/lcd4linux.conf.sample @@ -14,14 +14,14 @@ #background \#80d000 Display X11 -size 20x5 +size 20x6 font 5x8 pixel 5+1 -gap 5x5 +gap 6x6 border 3 foreground \#102000 -halfground \#70c000 -background \#80d000 +halfground \#90c000 +background \#a0d000 #Row1 "*** %o %v ***" #Row2 "%p CPU %r MB RAM" |