1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:57:35 +00:00

Userland: Rename *.MenuApplet => *.Applet

These are no longer displayed in the menu, so it doesn't make sense to
call them menu applets. :^)
This commit is contained in:
Andreas Kling 2021-04-04 12:25:01 +02:00
parent 136588e240
commit 23cc88f83b
20 changed files with 40 additions and 40 deletions

View file

@ -75,33 +75,33 @@ SocketPermissions=660
Priority=low
User=clipboard
[CPUGraph.MenuApplet]
Executable=/bin/ResourceGraph.MenuApplet
[CPUGraph.Applet]
Executable=/bin/ResourceGraph.Applet
Arguments=--cpu --name=CPUGraph --color=#00bb00
Priority=low
KeepAlive=1
User=anon
[MemoryGraph.MenuApplet]
Executable=/bin/ResourceGraph.MenuApplet
[MemoryGraph.Applet]
Executable=/bin/ResourceGraph.Applet
Arguments=--memory --name=MemoryGraph --color=#00bbbb
Priority=low
KeepAlive=1
User=anon
[Audio.MenuApplet]
[Audio.Applet]
Priority=low
KeepAlive=1
User=anon
[Network.MenuApplet]
Executable=/bin/Network.MenuApplet
[Network.Applet]
Executable=/bin/Network.Applet
Arguments=--name=Network
Priority=low
KeepAlive=1
User=anon
[ClipboardHistory.MenuApplet]
[ClipboardHistory.Applet]
Priority=low
KeepAlive=1
User=anon