Livewallpaper
| Line 2: | Line 2: | ||
| - | API for external theme | + | API for external theme: |
| + | 1. You need to create xml file with description your external theme. | ||
| + | See example below: | ||
| + | |||
| + | Example for external theme Abstractile | ||
| + | == Code == | ||
| + | <theme> | ||
| + | <name>Abstractile</name> | ||
| + | <exec_path>/usr/lib/xscreensaver/abstractile</exec_path> | ||
| + | <window_id>-window-id</window_id> | ||
| + | <view>-view</view> | ||
| + | <category>xscreensaver</category> | ||
| + | </theme> | ||
| + | |||
| + | |||
[[Category:Software]] | [[Category:Software]] | ||
Revision as of 12:52, 16 August 2010
LiveWallpaper
API for external theme:
1. You need to create xml file with description your external theme.
See example below:
Example for external theme Abstractile
Code
<theme>
<name>Abstractile</name> <exec_path>/usr/lib/xscreensaver/abstractile</exec_path> <window_id>-window-id</window_id> <view>-view</view> <category>xscreensaver</category>
</theme>
