public
Description: bmpanel - lightweight, netwm compliant, x11 panel with desktop switcher, taskbar, systray and clock
Homepage: http://nsf.110mb.com/bmpanel
Clone URL: git://github.com/nsf/bmpanel.git
nsf (author)
Wed Mar 25 21:02:34 -0700 2009
commit  4e209c3b3dca6c92511d25eb2df58d4eb6dba061
tree    1d88a24a34cdfe623a0c9535ad23e476f3ae050b
parent  a37619bb414894f0cfff4886d966ccf0e81c80f2
bmpanel / INSTALL
100644 60 lines (39 sloc) 1.485 kb
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
REQUIREMENTS ------------
 
 - imlib2
 - freetype2
 - Xlib
 - XRender
 - XComposite
 - Xfixes
 - fontconfig
 - make and gcc 4.x.x to compile library (tested on gcc 4.2.3)
 
INSTALL -------
 
Simple build & install (as not root user and with sudo installed, or
simply run as root without sudo):
 
./configure && sudo make install
 
Will install bmpanel to /usr/bin/bmpanel and themes to
/usr/share/bmpanel/themes. If you don't like default prefix for
install, you can specify it like this:
 
./configure --prefix=/usr/local && sudo make install
 
for debug build use:
 
./configure --debug && sudo make install
 
RUNNING -------
 
Simply run:
 
bmpanel <theme>
 
where <theme> is one of built-in themes or separate downloaded theme.
 
BMPanel have no config files, it uses theme files instead. BMPanel
will search for themes in following places in following order:
 
1. ~/.bmpanel/themes/<theme> 2. PREFIX/share/bmpanel/themes/<theme>
(default: /usr/share/bmpanel/themes/<theme>) 3. <theme> (if you use
absolute path)
 
You might want to run bmpanel in background. For example with native
theme:
 
bmpanel native &
 
Don't bother to use themes as config. Just copy one of
PREFIX/share/bmpanel/themes to your ~/.bmpanel/themes dir and change
them as you want.
 
THEME NOTES
-----------
 
As of version 0.9.16 bmpanel uses fontconfig font searching style. For
more info please see: http://fontconfig.org/fontconfig-user.html
 
Themes documentation currently available at page: http://nsf.110mb.com/bmpanel