-
-
Notifications
You must be signed in to change notification settings - Fork 14
Description
I have:
- Searched if this feature hasn't been requested yet.
- Verified that I am using the latest version (see Widget settings > About page or top right corner for version 1.1.0 and later), should be the same as https://github.com/luisbocanegra/plasma-panel-colorizer/releases/latest
Install method used:
- Using Plasma's "Add new widget" (KDE Store)
- AUR
- Nix package
- Manually from the latest source code
Is your feature request related to a problem? Please describe.
Currently, it is possible to define overrides and text/icon fixes by matching widget name + id, this works great as it allows one to have multiple instances of the same widget to be customized separately.
The problem is that ids are obviously different on each panel, which makes it impossible to have just one preset that works in all panels even if the widgets on it are the same.
This also limits creativity of built-in presets
Describe the solution you'd like
Make matching the widget id a global setting, if turned off the widget list will only show one instance per widget, once a setting/override is applied to one widget, all the matching instances will be styled the same
Describe alternatives you've considered
None
Additional context
None