108 lines
2.6 KiB
JSON
108 lines
2.6 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"
|
|
}
|
|
},
|
|
"duration": {
|
|
"type": "combobox",
|
|
"default": 60,
|
|
"description": "Duration of the graph",
|
|
"tooltip": "Maximum among of time shown in the graph.",
|
|
"options" : {
|
|
"30 s": 30,
|
|
" 1 min": 60,
|
|
" 2 min": 120,
|
|
" 5 min": 300,
|
|
"10 min": 600,
|
|
"30 min": 1800,
|
|
"60 min": 3600
|
|
}
|
|
},
|
|
"refresh-interval": {
|
|
"type": "combobox",
|
|
"default": 1,
|
|
"description": "Refresh interval",
|
|
"tooltip": "Refresh interval in seconds.",
|
|
"options" : {
|
|
" 1 s": 1,
|
|
" 2 s": 2,
|
|
" 5 s": 5,
|
|
"10 s": 10,
|
|
"30 s": 30,
|
|
"60 s": 60
|
|
}
|
|
},
|
|
|
|
|
|
"head2": {
|
|
"type": "header",
|
|
"description": "Visual"
|
|
},
|
|
"background-color": {
|
|
"type": "colorchooser",
|
|
"default": "rgba(50,50,50,1)",
|
|
"description": "Background color"
|
|
},
|
|
"text-color": {
|
|
"type": "colorchooser",
|
|
"default": "rgba(255,255,255,1)",
|
|
"description": "Text color"
|
|
},
|
|
"custom-line-color": {
|
|
"type": "checkbox",
|
|
"default": false,
|
|
"description": "Use a custom line color",
|
|
"value": false
|
|
},
|
|
"line-color": {
|
|
"type": "colorchooser",
|
|
"default": "rgba(137,190,67,1.0)",
|
|
"description": "Line color",
|
|
"dependency": "custom-line-color"
|
|
},
|
|
"midline-color": {
|
|
"type": "colorchooser",
|
|
"default": "rgba(127,127,127,1)",
|
|
"description": "Grid color"
|
|
},
|
|
"h-midlines": {
|
|
"type": "spinbutton",
|
|
"default": 4,
|
|
"min": 0,
|
|
"max": 50,
|
|
"step": 1,
|
|
"description": "Number of horizontal lines in the grid"
|
|
},
|
|
"v-midlines": {
|
|
"type": "spinbutton",
|
|
"default": 4,
|
|
"min": 0,
|
|
"max": 30,
|
|
"step": 1,
|
|
"description": "Number of vertical lines in the grid"
|
|
},
|
|
"scale-size": {
|
|
"type": "scale",
|
|
"default": 1,
|
|
"min": 0.5,
|
|
"max": 5,
|
|
"step": 0.1,
|
|
"description": "Scale factor for desklet size (1 = 330x120 px)"
|
|
}
|
|
}
|