aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-01-29[lcd4linux @ 2004-01-29 04:40:02 by reinelt]reinelt1-1/+6
2004-01-27[lcd4linux @ 2004-01-27 04:48:57 by reinelt]reinelt1-3/+6
2004-01-22[lcd4linux @ 2004-01-22 07:57:45 by reinelt]reinelt1-4/+5
2004-01-21[lcd4linux @ 2004-01-21 14:29:03 by reinelt]reinelt1-13/+54
2004-01-21[lcd4linux @ 2004-01-21 10:48:17 by reinelt]reinelt1-3/+41
2004-01-20[lcd4linux @ 2004-01-20 05:36:59 by reinelt]reinelt1-1/+6
2004-01-18[lcd4linux @ 2004-01-18 09:01:45 by reinelt]reinelt1-21/+118
2004-01-18[lcd4linux @ 2004-01-18 06:54:08 by reinelt]reinelt1-13/+38
2004-01-16[lcd4linux @ 2004-01-16 07:26:25 by reinelt]reinelt1-88/+5
2004-01-16[lcd4linux @ 2004-01-16 05:04:53 by reinelt]reinelt1-3/+97
2004-01-13[lcd4linux @ 2004-01-13 10:03:01 by reinelt]reinelt1-0/+129
ht .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#
# $Id: README.KDE,v 1.1 2000/04/03 06:53:09 reinelt Exp $
#

This is the README file for the KDE integration of lcd4linux


First: lcd4linux is  NO  KDE program!

But: lcd4linux with the X11-driver can be integrated in KDE, so that it
drives a little window in the KDE panel.

This so called 'swallowing on panel' can be accomplished by using a .kdelnk
file and a special configuration. Both files come with this package, but should
be adopted to your needs.

The KDE panel windows must have a size of 45x45 pixels. We get this size by
using a size of 6x5 characters, each character has 6x8 pixels. By using
a horizontal gap of 1 pixel between characters, we get a size of 

horizontal: 6 chars * 6 pixels + 5 gaps = 41 pixels
vertical:   5 chars * 8 pixels          = 40 pixels

With a border size of 2 pixels this gives a size of 45 x 44 pixels. Great!

I prefer using 5 vertical bars (load avg, CPU busy, CPU system, disk read+write,
network receive+transmit, ISDN in+out), but you use any other combination you
like.


INSTALLATION:

* download and compile lcd4linux
* edit lcd4linux.kdelnk and copy to $KDEDIR/share/applnk/apps/System
* copy lcd4linux.xpm to $KDEDIR/share/icons
* copy lcd4kde.conf to /etc
* create a /etc/lcd4X11.conf (this will be used if you start lcd4linux from the menu
  or by clicking on the panel window
* use "Panel/Add Application" from the K menu to create a panel entry
* restart KPanel

Enjoy!