1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 01:27:34 +00:00

Base+LibCore: Store booleans in human-readable format

Fixes #10640.
This commit is contained in:
Ben Wiederhake 2021-11-04 22:28:05 +01:00 committed by Andreas Kling
parent 3e420b7590
commit f9167c9265
8 changed files with 58 additions and 60 deletions

View file

@ -1,32 +1,32 @@
[DesktopPicker.Applet]
Priority=low
KeepAlive=1
KeepAlive=true
[ResourceGraph.Applet]
Arguments=--cpu=CPUGraph,#00bb00 --memory=MemoryGraph,#00bbbb
Priority=low
KeepAlive=1
KeepAlive=true
[Audio.Applet]
Priority=low
KeepAlive=1
KeepAlive=true
[Network.Applet]
Arguments=--name=Network
Priority=low
KeepAlive=1
KeepAlive=true
[ClipboardHistory.Applet]
Priority=low
KeepAlive=1
KeepAlive=true
[Taskbar]
KeepAlive=1
KeepAlive=true
[Desktop]
Executable=/bin/FileManager
Arguments=--desktop
KeepAlive=1
KeepAlive=true
[Terminal]
WorkingDirectory=/home/anon