diff options
author | kleines Filmröllchen <filmroellchen@serenityos.org> | 2022-04-03 16:04:01 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-04-03 09:49:08 -0700 |
commit | 8da0cf7912cc2404879b6ae158fb46397d637fd0 (patch) | |
tree | 3a60b24860aab42abb86020d3512c9c432665c0d /Base/home/anon | |
parent | 7a0cd6793e33a04187c2a6eafa6eaf8aea32b938 (diff) | |
download | serenity-8da0cf7912cc2404879b6ae158fb46397d637fd0.zip |
Applets: Add a network graph applet
This resource graph applet shows incoming network traffic graphically,
and the tooltip shows both TX and RX. The data of all adapters is
combined. The scale of the applet auto-adapts to the shown traffic load.
Co-authored-by: bgianfo <bgianf@serenityos.org>
Diffstat (limited to 'Base/home/anon')
-rw-r--r-- | Base/home/anon/.config/SystemServer.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/home/anon/.config/SystemServer.ini b/Base/home/anon/.config/SystemServer.ini index 815c296887..31ca20d856 100644 --- a/Base/home/anon/.config/SystemServer.ini +++ b/Base/home/anon/.config/SystemServer.ini @@ -3,7 +3,7 @@ Priority=low KeepAlive=true [ResourceGraph.Applet] -Arguments=--cpu=CPUGraph,#00bb00 --memory=MemoryGraph,#00bbbb +Arguments=--cpu=CPUGraph,#00bb00 --memory=MemoryGraph,#00bbbb --network=NetworkGraph,#bbbb00 Priority=low KeepAlive=true |