1TORSMO(1) User Commands TORSMO(1)
2
3
4
6 torsmo - Tyopoyta ORvelo System MOnitor
7
9 torsmo [OPTION]...
10
12 Torsmo is a system monitor that renders text on desktop or to own
13 transparent window. Command line options will override configurations
14 defined in config file.
15
16 -V version
17
18 -a ALIGNMENT
19 text alignment on screen, {top,bottom}_{left,right}
20
21 -c FILE
22 config file to load instead of $HOME/.torsmorc
23
24 -d daemonize, fork to background
25
26 -f FONT
27 font to use
28
29 -h help
30
31 -o create own window to draw
32
33 -b double buffer (prevents flickering)
34
35 -t TEXT
36 text to render, remember single quotes, like -t '$uptime'
37
38 -u SECS
39 update interval
40
41 -w WIN_ID
42 window id to draw
43
44 -x X x position
45
46 -y Y y position
47
49 torsmo -t '${time %D %H:%m}' -o -u 30
50
51 Start torsmo in its own window with date and clock as text and 30 sec
52 update interval.
53
54 torsmo -a top_left -x 5 -y 500 -d
55
56 Start torsmo to background at coordinates (5, 500).
57
59 ~/.torsmorc default configuration file
60
61
62
63torsmo 0.18 compiled Dec 22 2004 December 2004 TORSMO(1)