Replies: 1 comment
-
|
Configuring system tray widgets is currently not possible due to the plasma API scripting being outdated and not supporting nested containments, see: https://invent.kde.org/documentation/develop-kde-org/-/issues/235 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the
overrideConfigoption to make settings declarative, there are some system tray widgets that I would like to change from the default behavior, but my changes get lost the next time I log back in (this is to be expected). Looking at thisplasma-manager/modules/widgets/system-tray.nix
Line 139 in 7911a0f
For example, I added the following to my config and did a rebuild, but when I relaunched Plasma the "Show battery percentage on icon" setting was still off:
Additionally, I would like to configure the weather widget, as that loses my location setting every time I log in as well.
Beta Was this translation helpful? Give feedback.
All reactions