aboutsummaryrefslogtreecommitdiffstats
path: root/README.KDE
diff options
context:
space:
mode:
Diffstat (limited to 'README.KDE')
-rw-r--r--README.KDE42
1 files changed, 42 insertions, 0 deletions
diff --git a/README.KDE b/README.KDE
new file mode 100644
index 0000000..a4cff7f
--- /dev/null
+++ b/README.KDE
@@ -0,0 +1,42 @@
+#
+# $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!
d='n152' href='#n152'>152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277