-
Notifications
You must be signed in to change notification settings - Fork 2
/
tbar.1
82 lines (75 loc) · 2.06 KB
/
tbar.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.TH TBAR 1 "May 21, 2010" "Linux" "tbar manual"
.SH NAME
tBar \- a small taskbar written in TCL/TK
.SH SYNOPSIS
.B tbar
.RB [ \--config
.IR FILE
.RB ]
.SH DESCRIPTION
.PP
\fBtBar\fP is a small taskbar application designed for leightweight window
managers. It provides basic system monitoring facilities such as:
.TP
* CPU widget: temperature, frequency, cache, load, frequency scaling information, supports multiple devices
.TP
* Memory / Swap widget: in use / free
.TP
* Ethernet widget: supports multiple devices
.TP
* Calendar / Clock widget with ICalendar support
.TP
* Customizable audio player widget
.TP
* Notification widget, reacting on boolean expressions
.TP
* Text widget, capable of displaying arbitrary strings
.TP
* Battery widget, may warn the user if battery is running low or is fully charged
.TP
* i3 desktop switcher widget
.TP
* Simple widget API
.TP
* Weather widget, using the inofficial google weather API
.SH OPTIONS
.TP
\fB\-\-config\fR \fIFILE\fR
specifies a config file to use instead of the global / user configuration file
.TP
\fB\-\-console\fR
opens the developer console if an instance of tBar is running
.TP
\fB\-\-ipc\fR \fICOMMAND\fR
runs the provided IPC command, for a list of all supported IPC commands please try ::geekosphere::tbar::ipc#listIPC
.SH FILES AND DIRECTORIES
.TP
.I /etc/tbar/config.tcl
global configuration file
.TP
.I ~/.tbar/config.tcl
user specific config file
.TP
.I ~/.tbar/widget
user specific widget directory, place widgets here in order to make them loadable by tBar
.TP
.I ~/.tbar/lib
user specific library directory, place libraries along with a pkgIndex.tcl file here in order to make them loadable by tBar
.TP
.I ~/.tbar/cache
the default cache directory
.TP
.I ~/.tbar/bugreport
user specific crashfiles
.TP
.I ~/.tbar/icaldata
sqlite database storing user specific calendar data
.TP
.I ~/.tbar/log
tBar logfile
.SH BUGS
Send bug reports to <siyb@geekosphere.org>
.SH SEE ALSO
The project's website can be found at http://siyb.mount.at/tbar/
.SH AUTHOR
tBar and its documentation was written by Patrick Sturm <siyb@geekosphere.org>