added graph width option and hdd usage/space options

This commit is contained in:
2026-07-25 23:00:00 +02:00
parent 58a7051d99
commit 2f0634ed85
2 changed files with 35 additions and 5 deletions
@@ -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"
}
}