218 lines
4.4 KiB
JSON
218 lines
4.4 KiB
JSON
{
|
|
"layout": {
|
|
"type": "layout",
|
|
"pages": [
|
|
"pg_config",
|
|
"pg_about"
|
|
],
|
|
"pg_config": {
|
|
"type": "page",
|
|
"title": "Configuration",
|
|
"sections": [
|
|
"sec_image_configuration",
|
|
"sec_location",
|
|
"sec_times"
|
|
]
|
|
},
|
|
"pg_about": {
|
|
"type": "page",
|
|
"title": "About",
|
|
"sections": [
|
|
"sec_project",
|
|
"sec_github",
|
|
"sec_report_issue"
|
|
]
|
|
},
|
|
|
|
|
|
"sec_image_configuration": {
|
|
"type": "section",
|
|
"title": "Image set",
|
|
"keys": [
|
|
"lb_image_configuration",
|
|
"btn_config_images"
|
|
]
|
|
},
|
|
"sec_location": {
|
|
"type": "section",
|
|
"title": "Location estimation",
|
|
"keys": [
|
|
"sw_auto_location",
|
|
"sc_location_refresh_time",
|
|
"etr_latitude",
|
|
"etr_longitude"
|
|
]
|
|
},
|
|
"sec_times": {
|
|
"type": "section",
|
|
"title": "Time periods",
|
|
"keys": [
|
|
"tv_times"
|
|
]
|
|
},
|
|
"sec_project": {
|
|
"type": "section",
|
|
"title": "About the project",
|
|
"keys": [
|
|
"lb_about",
|
|
"lb_author",
|
|
"lb_spices",
|
|
"btn_spices"
|
|
]
|
|
},
|
|
"sec_github": {
|
|
"type": "section",
|
|
"title": "Source Code on GitHub",
|
|
"keys": [
|
|
"lb_repository",
|
|
"btn_open_repository"
|
|
]
|
|
},
|
|
"sec_report_issue": {
|
|
"type": "section",
|
|
"title": "Report an issue",
|
|
"keys": [
|
|
"lb_report_issue",
|
|
"btn_report_issue"
|
|
]
|
|
}
|
|
},
|
|
|
|
|
|
"lb_image_configuration": {
|
|
"type": "label",
|
|
"description": "Choose an included image set or import a heic-file with the Image Configurator"
|
|
},
|
|
"btn_config_images": {
|
|
"type": "button",
|
|
"description": "Image Configurator",
|
|
"callback": "openImageConfigurator"
|
|
},
|
|
"sw_auto_location": {
|
|
"type": "switch",
|
|
"default": true,
|
|
"description": "Estimate coordinates via network"
|
|
},
|
|
"sc_location_refresh_time": {
|
|
"type": "scale",
|
|
"default": 15,
|
|
"min": 5,
|
|
"max": 60,
|
|
"step": 5,
|
|
"description": "Interval time to refresh the location via network (min)",
|
|
"dependency": "sw_auto_location"
|
|
},
|
|
"etr_latitude": {
|
|
"type": "entry",
|
|
"default": "",
|
|
"description": "Latitude",
|
|
"dependency": "!sw_auto_location"
|
|
},
|
|
"etr_longitude": {
|
|
"type": "entry",
|
|
"default": "",
|
|
"description": "Longitude",
|
|
"dependency": "!sw_auto_location"
|
|
},
|
|
"tv_times": {
|
|
"type": "textview",
|
|
"description": "Time sections today",
|
|
"default": ""
|
|
},
|
|
|
|
|
|
"lb_about": {
|
|
"type": "label",
|
|
"description": "Based on a location, this extension calculates the periods of a day and switch the background image of your Cinnamon desktop. The extension offers the choice between a set of predownloaded wallpapers or to select a custom set of images."
|
|
},
|
|
"lb_author": {
|
|
"type": "label",
|
|
"description": "Developed by TobiZog"
|
|
},
|
|
"lb_spices": {
|
|
"type": "label",
|
|
"description": "If you want more information or rate the extension, you can visit the site Cinnamon Spices Website."
|
|
},
|
|
"btn_spices": {
|
|
"type": "button",
|
|
"description": "Cinnamon Dynamic Wallpaper at Cinnamon Spices Website",
|
|
"callback": "openSpicesWebsite"
|
|
},
|
|
|
|
"lb_repository": {
|
|
"type": "label",
|
|
"description": "This project is Open Source. You can visit the whole source code of this extension on GitHub"
|
|
},
|
|
"btn_open_repository": {
|
|
"type": "button",
|
|
"description": "Open the Repository",
|
|
"callback": "openRepoWebsite"
|
|
},
|
|
|
|
"lb_report_issue": {
|
|
"type": "label",
|
|
"description": "Do you find an issue? Or want a new feature? Go to the GitHub repository and create a new issue."
|
|
},
|
|
|
|
"btn_report_issue": {
|
|
"type": "button",
|
|
"description": "Submit an Issue",
|
|
"callback": "openIssueWebsite"
|
|
},
|
|
|
|
|
|
"etr_choosen_image_set": {
|
|
"type": "entry",
|
|
"default": "lakeside",
|
|
"description": ""
|
|
},
|
|
"etr_img_morning_twilight": {
|
|
"type": "entry",
|
|
"default": "1.jpg",
|
|
"description": ""
|
|
},
|
|
"etr_img_sunrise": {
|
|
"type": "entry",
|
|
"default": "2.jpg",
|
|
"description": ""
|
|
},
|
|
"etr_img_morning": {
|
|
"type": "entry",
|
|
"default": "3.jpg",
|
|
"description": ""
|
|
},
|
|
"etr_img_noon": {
|
|
"type": "entry",
|
|
"default": "4.jpg",
|
|
"description": ""
|
|
},
|
|
"etr_img_afternoon": {
|
|
"type": "entry",
|
|
"default": "5.jpg",
|
|
"description": ""
|
|
},
|
|
"etr_img_evening": {
|
|
"type": "entry",
|
|
"default": "6.jpg",
|
|
"description": ""
|
|
},
|
|
"etr_img_sunset": {
|
|
"type": "entry",
|
|
"default": "7.jpg",
|
|
"description": ""
|
|
},
|
|
"etr_img_night_twilight": {
|
|
"type": "entry",
|
|
"default": "8.jpg",
|
|
"description": ""
|
|
},
|
|
"etr_img_night": {
|
|
"type": "entry",
|
|
"default": "9.jpg",
|
|
"description": ""
|
|
},
|
|
"first_start": {
|
|
"type": "generic",
|
|
"default": true
|
|
}
|
|
} |