forked from Shinonome/dots-hyprland
Merge branch 'end-4:main' into main
This commit is contained in:
@@ -141,6 +141,9 @@ layerrule = noanim, quickshell:lockWindowPusher
|
|||||||
layerrule = animation fade, quickshell:notificationPopup
|
layerrule = animation fade, quickshell:notificationPopup
|
||||||
layerrule = noanim, quickshell:overview
|
layerrule = noanim, quickshell:overview
|
||||||
layerrule = animation slide bottom, quickshell:osk
|
layerrule = animation slide bottom, quickshell:osk
|
||||||
|
layerrule = noanim, quickshell:polkit
|
||||||
|
layerrule = xray 0, quickshell:popup # No weird color for bar tooltips (this in theory should suffice)
|
||||||
|
layerrule = ignorealpha 1, quickshell:popup # No weird color for bar tooltips (but somehow this is necessary)
|
||||||
layerrule = noanim, quickshell:regionSelector
|
layerrule = noanim, quickshell:regionSelector
|
||||||
layerrule = noanim, quickshell:screenshot
|
layerrule = noanim, quickshell:screenshot
|
||||||
layerrule = blur, quickshell:session
|
layerrule = blur, quickshell:session
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ LazyLoader {
|
|||||||
}
|
}
|
||||||
implicitWidth: root.contentItem.implicitWidth + margin * 2
|
implicitWidth: root.contentItem.implicitWidth + margin * 2
|
||||||
implicitHeight: root.contentItem.implicitHeight + margin * 2
|
implicitHeight: root.contentItem.implicitHeight + margin * 2
|
||||||
color: ColorUtils.applyAlpha(Appearance.colors.colSurfaceContainer, 1 - Appearance.backgroundTransparency)
|
color: Appearance.m3colors.m3surfaceContainer
|
||||||
radius: Appearance.rounding.small
|
radius: Appearance.rounding.small
|
||||||
children: [root.contentItem]
|
children: [root.contentItem]
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ MaterialShape { // App icon
|
|||||||
]
|
]
|
||||||
shape: isUrgent ? urgentShapes[Math.floor(Math.random() * urgentShapes.length)] : MaterialShape.Shape.Circle
|
shape: isUrgent ? urgentShapes[Math.floor(Math.random() * urgentShapes.length)] : MaterialShape.Shape.Circle
|
||||||
|
|
||||||
color: isUrgent ? Appearance.colors.colPrimary : Appearance.colors.colSecondaryContainer
|
color: isUrgent ? Appearance.colors.colPrimaryContainer : Appearance.colors.colSecondaryContainer
|
||||||
Loader {
|
Loader {
|
||||||
id: materialSymbolLoader
|
id: materialSymbolLoader
|
||||||
active: root.appIcon == ""
|
active: root.appIcon == ""
|
||||||
@@ -40,7 +40,7 @@ MaterialShape { // App icon
|
|||||||
"priority_high" : guessedIcon
|
"priority_high" : guessedIcon
|
||||||
}
|
}
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: isUrgent ? Appearance.colors.colOnPrimary : Appearance.colors.colOnSecondaryContainer
|
color: isUrgent ? Appearance.colors.colOnPrimaryContainer : Appearance.colors.colOnSecondaryContainer
|
||||||
iconSize: root.materialIconSize
|
iconSize: root.materialIconSize
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Item {
|
|||||||
MaterialSymbol {
|
MaterialSymbol {
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
iconSize: 26
|
iconSize: 26
|
||||||
text: "shield_locked"
|
text: "security"
|
||||||
color: Appearance.colors.colSecondary
|
color: Appearance.colors.colSecondary
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user