ladybird/MenuApplets/ResourceGraph
Linus Groh 54fc972a72 MenuApplets: Support memory usage and custom colors in ResourceGraph
The ResourceGraph menu applet now supports a few command line options:

--cpu / -C to display a CPU usage graph
--memory / -M to display a memory usage graph
--name / -n to set a name which is used to order applets
--color / -c to set the graph color (supports anything
Gfx::Color::from_string() understands)

The SystemServer.ini and WindowServer.ini config files have been updated
to spawn and show two ResourceGraph menu applets, one for CPU usage
(green) and one for memory usage (cyan) - this matches the colors in the
SystemMonitor graphs.
2020-04-11 10:03:12 +02:00
..
.gitignore MenuApplets: Rename CPUGraph to ResourceGraph 2020-04-11 10:03:12 +02:00
main.cpp MenuApplets: Support memory usage and custom colors in ResourceGraph 2020-04-11 10:03:12 +02:00
Makefile MenuApplets: Rename CPUGraph to ResourceGraph 2020-04-11 10:03:12 +02:00