1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:47:47 +00:00

Applets: Add DesktopPicker applet

This applet displays a grid of desktops, and shows the user what virtual
desktop they are on. When clicked, the desktop will be changed.
This commit is contained in:
Peter Elliott 2021-07-18 12:45:59 -06:00 committed by Andreas Kling
parent 2b37fad60b
commit 01248d28ef
6 changed files with 194 additions and 0 deletions

View file

@ -94,6 +94,11 @@ SocketPermissions=600
Priority=low
User=anon
[DesktopPicker.Applet]
Priority=low
KeepAlive=1
User=anon
[ResourceGraph.Applet]
Arguments=--cpu=CPUGraph,#00bb00 --memory=MemoryGraph,#00bbbb
Priority=low