mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +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:
parent
2b37fad60b
commit
01248d28ef
Notes:
sideshowbarker
2024-07-18 08:44:08 +09:00
Author: https://github.com/petelliott
Commit: 01248d28ef
Pull-request: https://github.com/SerenityOS/serenity/pull/8865
6 changed files with 194 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue