-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
47 lines (35 loc) · 1.67 KB
/
README
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
LXPanel is a lightweight X11 desktop panel.
To install this program, two other packages are needed:
menu-cache, lxmenu-data.
Please install them before installing lxpanel.
There are 2 programs contained in the package.
1. lxpanel: the panel
2. lxpanelctl: the controller of lxpanel, can be used to control lxpanel in
other programs. The best place to use lxpanelctl is by far
the numerous key bindings provided by window managers.
When the key combination is pressed, call lxpanelctl to popup
system menu, or to open run dialog in lxpanel.
Run lxpanelctl without any argument to see what command it
currently recognizes.
About Netstat and Netstatus plugins:
1. netstatus was ported from netstatus panel applet of GNOME Project. This
plugin has good support on Linux/BSD/other UNIX, and it is released under
GNU GPL. (the same as LxDE)
2. netstat is a new plugin written by LxDE developers as the lightweight
replacement of netstatus plugin. It aims to be more usable and resource
efficient. At the current stage, netstat runs only on Linux.
About theming & lxpanel:
1. In future, hardcoding should not be used for icon lookup. Instead, use Gtk's built-in functions to handle icon lookup. If necessary, provide a fallback (hardcoded) icon.
2. Current icon names that can be themed specifically for lxpanel include:
*"lxpanel-background"
*"clock"
*"capslock-on"
*"capslock-off"
*"numlock-on"
*"numlock-off"
*"scrllock-on"
*"scrllock-off"
*"wincmd"
*"ns-lock"
*possibly more, as yet unfound.
There are also a substantial amount of others, but they use the icon naming specification.