forked from dalyons/slideshow_screenlet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmenu.xml
30 lines (28 loc) · 1.3 KB
/
menu.xml
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
<menu>
<!--
This is the menu-definition for the ControlScreenlet. This file
gives full access to the layout of the right-click menu and allows
to connect menu-items to certain actions by defining the action in
the "id"-field of an item.
Available actions are:
- "exec:<shell-command>" executes a shell command
- "add:<Screenlet-classname>" adds a new instance of the given class
- "info" shows about/info dialog for the Screenlet
- "size:<size>" sets the Screenlet's size to the given number
Available items are <item>, <checkitem>, <imagetem> and
<separator>. Please don't forget to only write valid XML, otherwise the
menu can not be created. There is an experimental feature <scandir> -
it allows scanning directories for files/dirs, skip certain files,
replace string(s) in filenames, append prefix/suffix and
finally create a gtk.MenuItem for each file in the dir.
-->
<!-- Uncomment to add Hide/show option to menu -->
<!--<item label="Hide/Show" id="hide_show" />-->
<!-- user definable actions here: -->
<item label="Next Slide" id="next" />
<item label="Open image" id="visit" />
<item label="Set as Wallpaper" id="wall" />
<item label="Start Slideshow" id="start" />
<item label="Stop Slideshow" id="stop" />
<item label="Select Folder" id="Install" />
</menu>