aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/extrafiles
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/extrafiles')
-rw-r--r--src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/Fireflies.json2
-rw-r--r--src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/README.md12
2 files changed, 7 insertions, 7 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/Fireflies.json b/src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/Fireflies.json
index e01d6d2b..8d0d25c4 100644
--- a/src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/Fireflies.json
+++ b/src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/Fireflies.json
@@ -18,7 +18,7 @@
"copyright" : "Copyright (c) 2017, Ken Moore (ken@ixsystems.com)",
"date_created" : "20171010",
"version" : "1.0"
- }
+ },
"qml" : {
"qml_file" : "qml_scripts/Fireflies.qml",
"additional_files" : ["qml_scripts/Firefly.qml"]
diff --git a/src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/README.md b/src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/README.md
index 768f0e14..d9093b44 100644
--- a/src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/README.md
+++ b/src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/README.md
@@ -13,22 +13,22 @@ Example JSON manifest file (sample.json):
{
"name" : {
"default" : "sample",
- "en_US" : "US English localization of the name"
+ "en_US" : "US English localization of the name",
"en" : "Generic english localization of the name"
- }
+ },
"description" : {
"default" : "sample screensaver",
"en_US" : "US English Localization of the description"
- }
+ },
"author" : {
"name" : "Me",
"email" : "Me@myself.net",
"website" : "http://mywebsite.net",
- "company" : "iXsystems"
+ "company" : "iXsystems",
"company_website" : "http://ixsystems.com"
- }
+ },
"meta" : {
"license" : "3-clause BSD",
@@ -37,7 +37,7 @@ Example JSON manifest file (sample.json):
"date_created" : "20171010",
"date_updated" : "20171011",
"version" : "1.0"
- }
+ },
"qml" : {
"exec" : "absolute/or/relative/path/to/script.qml",
bgstack15