mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
ResourceGraph.Applet: Host both CPU and memory applet in one process
No reason we can't host these in the same process, and then we have one less process to dynamically link at boot. :^)
This commit is contained in:
parent
0490540e21
commit
436a1dce34
2 changed files with 34 additions and 46 deletions
|
@ -75,16 +75,8 @@ SocketPermissions=660
|
|||
Priority=low
|
||||
User=clipboard
|
||||
|
||||
[CPUGraph.Applet]
|
||||
Executable=/bin/ResourceGraph.Applet
|
||||
Arguments=--cpu --name=CPUGraph --color=#00bb00
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
|
||||
[MemoryGraph.Applet]
|
||||
Executable=/bin/ResourceGraph.Applet
|
||||
Arguments=--memory --name=MemoryGraph --color=#00bbbb
|
||||
[ResourceGraph.Applet]
|
||||
Arguments=--cpu=CPUGraph,#00bb00 --memory=MemoryGraph,#00bbbb
|
||||
Priority=low
|
||||
KeepAlive=1
|
||||
User=anon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue