summaryrefslogtreecommitdiff
path: root/Base/home/anon
diff options
context:
space:
mode:
authorkleines Filmröllchen <filmroellchen@serenityos.org>2022-04-03 16:04:01 +0200
committerBrian Gianforcaro <b.gianfo@gmail.com>2022-04-03 09:49:08 -0700
commit8da0cf7912cc2404879b6ae158fb46397d637fd0 (patch)
tree3a60b24860aab42abb86020d3512c9c432665c0d /Base/home/anon
parent7a0cd6793e33a04187c2a6eafa6eaf8aea32b938 (diff)
downloadserenity-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.ini2
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