Name: patch-icons
Display name: Apply Some QtGraphicalEffects To Launcher Icons
Author: michvett
Updated at: Nov. 11, 2025, 3:26 p.m.
Description: Apply QtGraphicalEffects to launcher icons
see here for a description of the effects:
https://doc.qt.io/archives/qt-5.10/graphicaleffects.html
Should be compatible with other launcher patches (e.g. https://coderus.openrepos.net/pm2/project/laucher_combined_cfb)
as it alters LauncherIcon.qml (lib)
availabe are:
- BrightnessContrast:
Adjusts brightness and contrast
- ColorOverlay:
Alters the colors of the source item by applying an overlay color
- Colorize:
Sets the color in the HSL color space
- Desaturate:
Reduces the saturation of the colors
- GammaAdjust:
Alters the luminance of the source item
- HueSaturation:
Alters the source item colors in the HSL color space
- LevelAdjust:
Adjusts color levels in the RGBA color space
- Glow:
Generates a halo like glow around the source item
Rating: 0
Total activations: 25
Files:
Version: 1.0.3
Compatible: 5.0.0.67
Uploaded at: Nov. 11, 2025, 3:20 p.m.
Activations: 7
Changelog: - add validator for hex strings
(also disable predictive input)
- use correct range for Colorize hue
Version: 1.0.2
Compatible: 5.0.0.67
Uploaded at: Nov. 10, 2025, 9:17 a.m.
Activations: 13
Changelog: - change main.qml page slightly
- update some defaut values
- use toFixed() on correct property
Version: 1.0.1
Compatible: 5.0.0.67
Uploaded at: Nov. 9, 2025, 12:01 p.m.
Activations: 4
Changelog: - Glow Effect: actually use transparent Border
- reduce Glow radius and samples default value
Version: 1.0.0
Compatible: 5.0.0.67
Uploaded at: Nov. 9, 2025, 7:53 a.m.
Activations: 1
Changelog: inital release