Livewallpaper
| Line 5: | Line 5: | ||
1. You need to create xml file with description your external theme. | 1. You need to create xml file with description your external theme. | ||
| - | + | See example below: | |
Example for external theme Abstractile | Example for external theme Abstractile | ||
| - | + | ||
| - | <theme> | + | <theme> |
<name>Abstractile</name> | <name>Abstractile</name> | ||
<exec_path>/usr/lib/xscreensaver/abstractile</exec_path> | <exec_path>/usr/lib/xscreensaver/abstractile</exec_path> | ||
| Line 15: | Line 15: | ||
<view>-view</view> | <view>-view</view> | ||
<category>xscreensaver</category> | <category>xscreensaver</category> | ||
| - | </theme> | + | </theme> |
[[Category:Software]] | [[Category:Software]] | ||
Revision as of 12:55, 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
<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>
