* feat(battery-graph): Initialize plugin files * feat(battery-graph): Add bar widget * feat(battery-graph): Implement logic * docs(battery-graph): Fill out the template README * feat(battery-graph): Improve panel * feat(battery-graph): Implement settings * feat(battery-graph): Improve panel styling * feat(battery-graph): Add desktop widget * docs(battery-graph): Improve wording * docs(battery-graph): Add image * docs(battery-graph): Add tags * docs(battery-graph): Improve README * fix(battery-graph): Fix translations * docs(battery-graph): Fix tags * fix(battery-graph): Fix author name * docs(battery-graph): Rename thumbnail * docs(battery-graph): Add dependencies * docs(battery-graph): Improve README * docs(battery-graph): Bump version to 1.0.0 * fix(battery-graph): Remove leftover log * fix(battery-graph): Wrap battery path in quotes * fix(battery-graph): Implement path validation * docs(battery-graph): Clarify setting * fix(battery-graph): Wrap grapth_time in quoutes * docs(battery-graph): Fix setting description
20 lines
437 B
JSON
20 lines
437 B
JSON
{
|
|
"settings": {
|
|
"graph_time": {
|
|
"label": "Graph timeframe",
|
|
"description": "How long of a timeframe does the graph plot in hours"
|
|
},
|
|
"battery_path": {
|
|
"label": "Battery path",
|
|
"description": "Dbus path to the upower battery device"
|
|
},
|
|
"interpol_time": {
|
|
"label": "Time between points",
|
|
"description": "How long should the thime between points be in minutes"
|
|
}
|
|
},
|
|
"text": {
|
|
"graph_name": "Battery"
|
|
}
|
|
}
|