bump version & update README

This commit is contained in:
Georg Sieber 2022-04-18 19:42:40 +02:00
parent 59f9bb04d9
commit bedc67944d
2 changed files with 7 additions and 5 deletions

View File

@ -10,13 +10,16 @@ Four instances of the Desklet in action.
This project has been inspired from other Desklets such as [Disk Space](https://cinnamon-spices.linuxmint.com/desklets/view/39), [CPU Load](https://cinnamon-spices.linuxmint.com/desklets/view/44), [Simple system monitor](https://cinnamon-spices.linuxmint.com/desklets/view/29), [Network usage monitor](https://cinnamon-spices.linuxmint.com/desklets/view/15), [Top](https://cinnamon-spices.linuxmint.com/desklets/view/41), and the [Rainmeter Win10 Widgets](https://win10widgets.com/).
## Features
### Variables to monitor (v1.0 - May 2020)
### Variables to monitor (v1.3 - April 2022)
| System variable | Description |
| ----------- | ----------- |
| CPU | CPU usage in % |
| RAM | Used RAM as % of total, and in GB |
| HDD | % of I/O activity, and free and total space in the filesystem (partition) indicated by the user|
| Swap | Used Swap space as % of total, and in GB |
| HDD | % of I/O activity, and free and total space in the filesystem (partition) indicated by the user |
| GPU Usage | GPU usage in % |
| GPU Memory | GPU memory usage in % |
Each variable is calculated every `Refresh interval` seconds (Min. 1 s, Max. 60 s.), and the graph shows the last `Duration of the graph` period (Min. 30 s, Max. 60 min).
@ -41,7 +44,6 @@ A simple screenshot.
## TODO
- [ ] Bottom alignment of the text elements
- [ ] Right alignment of the third text elements
- [ ] Add % of use of GPU
- [ ] Add other variables such as network, CPU and GPU temperatures, battery levels for PC and peripherals.
### Resources

View File

@ -3,6 +3,6 @@
"uuid": "system-monitor-graph@rcassani",
"name": "System monitor graph",
"description": "Creates graphs for system variables.",
"version": "1.2",
"version": "1.3",
"prevent-decorations": true
}