mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
systray: more readable monochrome icons
This commit is contained in:
parent
ee42d9f142
commit
e56a3a591b
1 changed files with 8 additions and 2 deletions
|
|
@ -48,10 +48,16 @@ MouseArea {
|
|||
height: parent.height
|
||||
}
|
||||
|
||||
ColorOverlay {
|
||||
Desaturate {
|
||||
id: desaturatedIcon
|
||||
anchors.fill: trayIcon
|
||||
source: trayIcon
|
||||
color: Appearance.colors.colOnLayer0
|
||||
desaturation: 1 // 1.0 means fully grayscale
|
||||
}
|
||||
ColorOverlay {
|
||||
anchors.fill: desaturatedIcon
|
||||
source: desaturatedIcon
|
||||
color: Appearance.transparentize(Appearance.colors.colOnLayer0, 0.5)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue