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

MenuApplets: Add Network menu applet

This commit is contained in:
Brendan Coles 2020-12-19 16:07:02 +00:00 committed by Andreas Kling
parent 7c94856c12
commit 4d89c1885d
7 changed files with 245 additions and 1 deletions

View file

@ -102,6 +102,13 @@ Priority=low
KeepAlive=1
User=anon
[Network.MenuApplet]
Executable=/bin/Network.MenuApplet
Arguments=--name=Network --display-notifications
Priority=low
KeepAlive=1
User=anon
[ClipboardHistory.MenuApplet]
Priority=low
KeepAlive=1

View file

@ -30,4 +30,4 @@ DoubleClickSpeed=250
Mode=scaled
[Applet]
Order=Clock,ClipboardHistory,Audio,CPUGraph,MemoryGraph,UserName
Order=Clock,Network,ClipboardHistory,Audio,CPUGraph,MemoryGraph,UserName

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B