Skip to content

Commit

Permalink
fix: skill.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 15, 2024
1 parent 2a25dc2 commit c4913e7
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 37 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
recursive-include locale *
recursive-include gui *
22 changes: 22 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"skill_id": "skill-ovos-wallpapers.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-wallpapers",
"extra_plugins": {
"core": [],
"PHAL": ["ovos-PHAL-plugin-wallpaper-manager"],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"name": "Wallpaper Changer",
"description": "Pictures from selected subreddits.",
"examples": [
"new wallpaper",
"change wallpaper to nature",
"show me a picture",
"show me a picture with dogs",
"make that my wallpaper"
],
"tags": ["wallpapers", "images", "pictures"]
}
2 changes: 1 addition & 1 deletion locale/en-us/wallpaper.random.intent
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(change|random|new) (wallpaper|wall paper)
(change|random|new) (current|homescreen|the|) (wallpaper|wall paper)
10 changes: 0 additions & 10 deletions res/desktop/skill-wallpapers.desktop

This file was deleted.

25 changes: 0 additions & 25 deletions res/desktop/skill.json

This file was deleted.

Binary file removed res/icon/icon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion translations/en-us/intents.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"(change|random|new) (wallpaper|wall paper) (about|for|with|to) {query}"
],
"wallpaper.random.intent": [
"(change|random|new) (wallpaper|wall paper)"
"(change|random|new) (current|homescreen|the|) (wallpaper|wall paper)"
]
}

0 comments on commit c4913e7

Please sign in to comment.