1HOT-BABE(1) General Commands Manual HOT-BABE(1)
2
3
4
6 hot-babe - is a small graphical utility which displays the system
7 activity in a very special way
8
10 hot-babe [options]
11
13 This manual page documents briefly the hot-babe command. hot-babe is a
14 small graphical utility which displays the system activity in a very
15 special way. When the CPU is idle, it displays a dressed girl, and when
16 the activity goes up, as the temperature increases, the girl begins to
17 undress, to finish totally naked when the system activity reaches 100%.
18 Of course, if you can be shocked by nudity, don't use it!
19
21 As for now, hot-babe supports a few command-line options:
22
23 -h, --help
24 display a small help message and exit.
25
26 -t, --threshold n
27 ensure that only the first picture (totally dressed girl) as
28 long as the system activity is below n%.
29
30 -d, --delay
31 n update the display every n milliseconds.
32
33 -i, --incremental
34 ponder every sample with time, the result is a somewhat smoother
35 animation, and the cpu has to be 100% for a long time before the
36 girl will be totally naked, and the cpu has to be at 0% for a
37 long time for the girl to dress totally.
38
39 -N, --noNice
40 Don't consider reniced processes. This is usefull if you use
41 seti@home or distributed.net, which always eat almost all the
42 CPU.
43
44 -n, --nice
45 n Put the hot-babe process in nice n.
46
47 --dir Directory give the directory where hot-babe must load the pic‐
48 tures.
49
50 --geometry
51 Use the specified geometry (only position is supported
52 {+|-}x{+|x}y).
53
54 -v, --version
55 Show version and exit.
56
57
58 FILES
59
60 share/hot-babe/ ./hot-babe/
61 Default directory of hot-babes pictures. It can be either abso‐
62 lute path, relative, relative to share/hot-babe/ directory or
63 relative to ~/.hot-babe/ directory. It contains the themes that
64 can be used.
65
66 Note: Each pictures subdirectory must contain a file named "descr"
67 which gives some info to the hot-babe process. The first line gives the
68 number of pictures to use, and then the name of the pictures, one per
69 line.
70
71 Here is an example:
72 5
73 hb01_4.png
74 hb01_3.png
75 hb01_2.png
76 hb01_1.png
77 hb01_0.png
78
79 ~/.hot-babe/config
80 User configuration file. Put any possible long option. Empty
81 lines and whatever after a # are ignored.
82
83 Here is an example:
84 #threshold 30
85 incremental
86 #noNice
87 #nice 5
88 #delay 100
89 #dir hb01
90 #geometry +0-0
91
93 This page has been updated by Cyprien <cyprien33@laposte.net>
94
95
96
97
98 December 4, 2004 HOT-BABE(1)