mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
hefty: bar: cleaner hover anim when in special ws
This commit is contained in:
@@ -272,9 +272,12 @@ Item {
|
||||
|
||||
FadeLoader {
|
||||
anchors.centerIn: parent
|
||||
shown: wsModel.specialWorkspaceActive && root.specialBlur > 0
|
||||
shown: wsModel.specialWorkspaceActive
|
||||
scale: 0.8 + 0.2 * root.specialBlur
|
||||
|
||||
opacity: root.specialBlur
|
||||
Behavior on opacity {} // Don't animate, as specialBlur is already animated
|
||||
|
||||
sourceComponent: Pill {
|
||||
anchors.centerIn: parent
|
||||
property real undirectionalWidth: root.activeWorkspaceSize
|
||||
|
||||
Reference in New Issue
Block a user