From bca382d100562e84eb886ca60193f1614b517a0d Mon Sep 17 00:00:00 2001 From: Raymundo Cassani Date: Tue, 26 May 2020 12:30:34 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9fb3086..7347e27 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,13 @@ These are some of the projects where I took inspiration for this project: * [Win10 Widgets](https://win10widgets.com/) +# Resources +* [Computing CPU usage](https://rosettacode.org/wiki/Linux_CPU_utilization) +* [Launching sequential processes from desklet](https://stackoverflow.com/questions/61147229/multiple-arguments-in-gio-subprocess) + +# Notes: +* `/usr/bin/free` for RAM +* `/bin/df` for disk space + +#TODO: add dependencies