dhruv8sh / arch-update-checker

Plasma 6 applet to check for AUR and Arch updates
GNU General Public License v2.0
71 stars 5 forks source link

Doesn't display correctly with panel colorizer #3

Closed Kevadroz closed 4 months ago

Kevadroz commented 4 months ago

Captura de pantalla_20240316_173548 The update counter text is not visible, presumably tinted in the same color as the background circle.

dhruv8sh commented 4 months ago

This is a problem with the colorizer applet. It colors everything the same color resulting in this behavior, hence affecting all applets which have text on a background. There is no fix that can be applied on this end to solve this.

Workarounds:

Extra info if you need it: The colorizer engine sets the Kirigami.Theme.backgroundColor and Kirigami.Theme.textColor to the same value.

Kevadroz commented 4 months ago

There is no fix that can be applied on this end to solve this.

Using org.kde.plasma.workspace.components BadgeOverlay for the badge would solve this, but that would also an aesthetic change.

dhruv8sh commented 4 months ago

I would argue that it would solve the problem either. Look at the native battery applet. image There is near zero contrast on darker colors.