bump version & update README
This commit is contained in:
parent
59f9bb04d9
commit
bedc67944d
@ -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/).
|
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
|
## Features
|
||||||
### Variables to monitor (v1.0 - May 2020)
|
### Variables to monitor (v1.3 - April 2022)
|
||||||
|
|
||||||
| System variable | Description |
|
| System variable | Description |
|
||||||
| ----------- | ----------- |
|
| ----------- | ----------- |
|
||||||
| CPU | CPU usage in % |
|
| CPU | CPU usage in % |
|
||||||
| RAM | Used RAM as % of total, and in GB |
|
| RAM | Used RAM as % of total, and in GB |
|
||||||
|
| 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 |
|
| 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).
|
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
|
## TODO
|
||||||
- [ ] Bottom alignment of the text elements
|
- [ ] Bottom alignment of the text elements
|
||||||
- [ ] Right alignment of the third 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.
|
- [ ] Add other variables such as network, CPU and GPU temperatures, battery levels for PC and peripherals.
|
||||||
|
|
||||||
### Resources
|
### Resources
|
||||||
|
|||||||
@ -3,6 +3,6 @@
|
|||||||
"uuid": "system-monitor-graph@rcassani",
|
"uuid": "system-monitor-graph@rcassani",
|
||||||
"name": "System monitor graph",
|
"name": "System monitor graph",
|
||||||
"description": "Creates graphs for system variables.",
|
"description": "Creates graphs for system variables.",
|
||||||
"version": "1.2",
|
"version": "1.3",
|
||||||
"prevent-decorations": true
|
"prevent-decorations": true
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user