113 lines
2.9 KiB
JSON

{
"head0": {
"type": "header",
"description": "Settings for system-monitor-graph@rcassani"
},
"head1": {
"type": "header",
"description": "General"
},
"type": {
"type": "combobox",
"default": "cpu",
"description": "System variable for graph",
"tooltip": "Select the system variable to monitor.",
"options" : {
"CPU" : "cpu",
"RAM": "ram"
}
},
"refresh-interval": {
"type": "combobox",
"default": 1,
"description": "Refresh interval 2",
"tooltip": "Increase or decrease refresh interval in seconds.",
"options" : {
" 1 s": 1,
" 2 s": 2,
" 5 s": 5,
"10 s": 10,
"30 s": 30,
"60 s": 60
}
},
"duration": {
"type": "combobox",
"default": 60,
"description": "Plot duration",
"tooltip": "Increase or decrease refresh interval in seconds.",
"options" : {
"30 s": 30,
" 1 min": 60,
" 2 min": 120,
" 5 min": 300,
"10 min": 600,
"30 min": 1800,
"60 min": 3600
}
},
"head2": {
"type": "header",
"description": "Visual"
},
"background-color": {
"type": "colorchooser",
"default": "rgba(50,50,50,1)",
"description": "Background color"
},
"custom-line-color": {
"type": "checkbox",
"default": false,
"description": "Use a custom circle color",
"value": false
},
"line-color": {
"type": "colorchooser",
"default": "rgba(50,168,82,1.0)",
"description": "Line color",
"dependency": "custom-line-color"
},
"midline-color": {
"type": "colorchooser",
"default": "rgba(127,127,127,1)",
"description": "Midline color"
},
"text-color": {
"type": "colorchooser",
"default": "rgba(255,255,255,1)",
"description": "Text color"
},
"h-midlines": {
"type": "spinbutton",
"default": 4,
"min": 0,
"max": 20,
"step": 1,
"units": "scale factor",
"description": "H midlines",
"tooltip": "Increase or decrease the size of this desklet using this scale factor."
},
"v-midlines": {
"type": "spinbutton",
"default": 4,
"min": 0,
"max": 20,
"step": 1,
"units": "scale factor",
"description": "V midlines",
"tooltip": "Increase or decrease the size of this desklet using this scale factor."
},
"scale-size": {
"type": "spinbutton",
"default": 1,
"min": 0.5,
"max": 3,
"step": 0.1,
"units": "scale factor",
"description": "Desklet size",
"tooltip": "Increase or decrease the size of this desklet using this scale factor."
}
}