blob: 6fa08aed5aba62255afb6635734b23a90c6c4ac9 (
plain) (
blame)
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
|
NAME
xpybar - A highly extensible minimalistic dock panel configured in Python 3
SYNOPSIS
xpybar [OPTION]... [-- CONFIGURATION_OPTION...]
DESCRIPTION
xpybar is a minimalistic dock panel with high extensibility.
Its source code is designed so that all parts of it can
be replaced by a configuration script. This is one of the
reasons xpybar is written in Python.
xpybar itself is very small, but it comes with a large array
of extensions (installed to </usr/share/xpybar/plugins>). The
extensions come with associated configuration script examples
(installed to </usr/share/xpybar/examples/plugins>.) There are
some additional examples in </usr/share/xpybar/examples>.
The configuration script must be written in Python 3,
it will be loaded as part of the xpybar's source code itself.
CONFIGURATION_OPTION will be available to the configuration
script via the variable config_file, which is a list.
OPTIONS
-c
--configurations FILE
Select configuration script. If not used, the program
will search for a file named xpybarrc or .xpybarrc
(depending on the directory) in the usual configuration
directories.
-h
-?
--help
Print this help information.
-v
--version
Print program name and version.
-C
--copying
--copyright
Print copyright information.
-W
--warranty
Print non-warranty information.
RATIONALE
There are a lot of panel projects, too many for me to
have tried all of them. xpybar is intended to replace
dzen2, xmobar, and eventually mate-panel, for me, with
one single panel. This makes it ease to pack data into
a much smaller space. xpybar is also designed to be
easier to extend and customise than xmobar, in a language
understood by more users.
SEE ALSO
dmenu(1), metar(1), stlarch_icons
Full documentation available locally via: info '(xpybar)'
|