diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-04-03 17:31:52 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2000-04-03 17:31:52 +0000 |
commit | 7d7789328fabe72374bf90bf65856bbc9e4f540b (patch) | |
tree | d88e02909a0588de1ad6bf5d9371781c2b07e2a4 /lcd4linux.xpm | |
parent | 8351360331d87e43bae365d948f3b5329b2430e2 (diff) | |
download | lcd4linux-7d7789328fabe72374bf90bf65856bbc9e4f540b.tar.gz |
[lcd4linux @ 2000-04-03 17:31:52 by reinelt]
suppress welcome message if display is smaller than 20x2
change lcd4linux.ppm to 32 pixel high so KDE won't stretch the icon
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@37 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'lcd4linux.xpm')
-rw-r--r-- | lcd4linux.xpm | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/lcd4linux.xpm b/lcd4linux.xpm index f319ae7..acfa772 100644 --- a/lcd4linux.xpm +++ b/lcd4linux.xpm @@ -1,9 +1,16 @@ /* XPM */ static char *lcd4linux[] = { -"38 18 2 1", +"38 32 3 1", +" c None", "# c #102000", ". c #a0d000", -"......................................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", "......................................", "..##............######....######......", "..##............######....######......", @@ -21,4 +28,12 @@ static char *lcd4linux[] = { "..##########....######....######......", "......................................", "......................................", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", }; |