forked from Shinonome/dots-hyprland
hefty: bar: fix ws icons sometimes not showing
This commit is contained in:
@@ -242,8 +242,10 @@ HBarWidgetContainer {
|
||||
diameter: appIcon.implicitSize
|
||||
}
|
||||
|
||||
Colorizer {
|
||||
Loader { // Somehow putting this multieffect in a loader prevents it from not showing up
|
||||
id: colorizer
|
||||
anchors.fill: appIcon
|
||||
sourceComponent: Colorizer {
|
||||
implicitWidth: appIcon.implicitWidth
|
||||
implicitHeight: appIcon.implicitHeight
|
||||
colorizationColor: Appearance.m3colors.darkmode ? Appearance.colors.colOnSecondaryContainer : Appearance.colors.colOnPrimary
|
||||
@@ -271,6 +273,7 @@ HBarWidgetContainer {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
FadeLoader {
|
||||
anchors.centerIn: parent
|
||||
|
||||
Reference in New Issue
Block a user