-
Notifications
You must be signed in to change notification settings - Fork 25
/
xmonad-log-applet.server.in
29 lines (24 loc) · 1.04 KB
/
xmonad-log-applet.server.in
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
<oaf_info>
<oaf_server iid="OAFIID:XMonadLogApplet_Factory"
type="exe"
location="@LIBEXECDIR@/xmonad-log-applet">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:Bonobo/GenericFactory:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="XMonad Log Factory"/>
<oaf_attribute name="description" type="string" value="XMonad Log Factory Description"/>
</oaf_server>
<oaf_server iid="OAFIID:XMonadLogApplet"
type="factory"
location="OAFIID:XMonadLogApplet_Factory">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
<item value="IDL:Bonobo/Control:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
<oaf_attribute name="name" type="string" value="XMonad Log Monitor"/>
<oaf_attribute name="description" type="string" value="Monitor your XMonad's log."/>
<oaf_attribute name="panel:icon" type="string" value="@DATAROOTDIR@/icons/hicolor/48x48/apps/xmonad48.png"/>
</oaf_server>
</oaf_info>