1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:17:46 +00:00

MenuApplets: Add CPUGraph, our first menu applet :^)

This implements the WSCPUMonitor functionality in a separate process.
This commit is contained in:
Andreas Kling 2019-12-05 19:38:08 +01:00
parent 44d5388e78
commit c3029a6a1f
6 changed files with 112 additions and 0 deletions

7
MenuApplets/CPUGraph/Makefile Executable file
View file

@ -0,0 +1,7 @@
include ../../Makefile.common
OBJS = main.o
APP = CPUGraph.MenuApplet
include ../Makefile.common