Created attachment 175289 [details] Mock panel vs reality 6.2 differs from what we're showing. Some differences from reality are unavoidable (e.g. presence or absence and enablement/disablement status of Bluetooth), but we should otherwise try to be accurate. Since the Brightness & Color widget is shown by default, we should mirror that in the mock panel. I'd say we can replace the Clipboard widget with it, since that widget is normally hidden until you copy something.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-welcome/-/merge_requests/196
Git commit 0040c61dd468cdfc653cd525970fc4d202152a34 by Nate Graham. Committed on 22/02/2025 at 22:42. Pushed by ngraham into branch 'master'. Make mock System Trays more accurate After some changes to default applets in Plasma 6.2, the mock trays didn't match reality completely. In addition, two out of the three mock trays used hardcoded network icons rather than getting their icon from plasma-nm. Remedy both issues by using the real network icons in all three places, and matching up with the real tray applets' icons. To do this, the plasma-nm loader has been extracted into a generic component re-usable from multiple pages, and then used there. FIXED-IN: 6.4.0 M +1 -0 src/CMakeLists.txt M +12 -49 src/qml/pages/Network.qml M +6 -1 src/qml/pages/SimpleByDefault.qml A +52 -0 src/qml/pages/network/PlasmaNMLoader.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +7 -3 src/qml/pages/powerfulwhenneeded/Vaults.qml https://invent.kde.org/plasma/plasma-welcome/-/commit/0040c61dd468cdfc653cd525970fc4d202152a34