wmshutdown: Destroy dialog window before shutting down. This is especially useful...
[dockapps.git] / wmmisc / README
blob9b5c45716cc0283da3b709bcad40e171ee576958
1   This is a simple dockapp written to replace some of the features that gkrellm
2 contains. It was written due to no other dockapp existing that has these features
3 and gkrellm uses too much memory for what it does.
5 What this dockapp does:
6      1. Shows count of currently logged in users.
7      2. Shows count of currently running processes.
8      3. Shows count of currently (active) running processes.
9      4. Shows uptime (HH:MM).
10      5. Shows uptime (days).
11      6. Shows uptime (weeks).
12      7. Shows system load (5 min).
14 This dockapp was written for GNU/Linux and has not been tested, by me, on other platforms.
15 It may work on FreeBSD with /proc file system support, but I honestly have no idea.
17 This dockapp is a good base if you plan on writing your own. I have provided simple functions
18 for drawing text and numbers on the canvas. There are also functions in place for drawing
19 bars, but it is currently unused and may contain bugs. However, I currently know of no bugs.
20 If you find any, let me know (via email).
22 Enjoy.
24 - Jesse S. <luxorfalls@sbcglobal.net>
26 Now maintained by the Window Maker Team <wmaker-dev@googlegroups.com>