-
Notifications
You must be signed in to change notification settings - Fork 213
/
wallpaper.aiml
38 lines (33 loc) · 940 Bytes
/
wallpaper.aiml
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
<aiml version="1.0.1" encoding="UTF-8">
<!-- WALLPAPER CHANGER -->
<category>
<pattern>CHANGE WALLPAPER</pattern>
<template>
<random>
<li>Sure thing!</li>
<li>Right away, sir!</li>
<li>On it!</li>
<li>Changed the wallpaper, sir!</li>
</random>
<system> python wallpaper.py</system>
</template>
</category>
<category>
<pattern>* CHANGE WALLPAPER *</pattern>
<template>
<srai>CHANGE WALLPAPER</srai>
</template>
</category>
<category>
<pattern>* CHANGE WALLPAPER</pattern>
<template>
<srai>CHANGE WALLPAPER</srai>
</template>
</category>
<category>
<pattern>CHANGE WALLPAPER *</pattern>
<template>
<srai>CHANGE WALLPAPER</srai>
</template>
</category>
</aiml>