aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/extrafiles/screensavers/Fireflies.json
blob: 8d0d25c4b174a0b168db190f7969ef9f95701c24 (plain)
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
{
  "name" : {
    "default" : "Fireflies"
  },
  "description" : {
    "default" : "Dancing balls of light on the screen"
  },
  "author" : {
    "name" : "Ken Moore",
    "email" : "ken@ixsystems.com",
    "website" : "https://github.com/beanpole135",
    "company" : "iXsystems",
    "company_website" : "http://ixsystems.com"
  },
  "meta" : {
    "license" : "3-clause BSD",
    "license_url" : "https://github.com/trueos/lumina/blob/master/LICENSE",
    "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"]
  }
}
bgstack15