added graph width option and hdd usage/space options
This commit is contained in:
@@ -121,6 +121,17 @@
|
||||
"tooltip": "Empty uses the filesystem name from df.",
|
||||
"dependency": "type=hdd"
|
||||
},
|
||||
"filesystem-variable": {
|
||||
"type": "combobox",
|
||||
"default": "usage",
|
||||
"description": "HDD variable to monitor",
|
||||
"tooltip": "Select the HDD variable to monitor.",
|
||||
"options" : {
|
||||
"Usage" : "usage",
|
||||
"Space": "space"
|
||||
},
|
||||
"dependency": "type=hdd"
|
||||
},
|
||||
"gpu-manufacturer": {
|
||||
"type": "combobox",
|
||||
"default": "nvidia",
|
||||
@@ -305,5 +316,13 @@
|
||||
"max": 5,
|
||||
"step": 0.1,
|
||||
"description": "Scale factor for desklet size (scale factor of 1 = 330 x 120 px)"
|
||||
},
|
||||
"graph-width": {
|
||||
"type": "scale",
|
||||
"default": 20,
|
||||
"min": 1,
|
||||
"max": 50,
|
||||
"step": 1,
|
||||
"description": "Graph width"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user