forked from Shinonome/dots-hyprland
waffles: transparency
This commit is contained in:
@@ -4,15 +4,15 @@ import qs.modules.waffle.looks
|
||||
|
||||
StackView {
|
||||
id: root
|
||||
property real moveDistance: 20
|
||||
property int pushDuration: 100
|
||||
property real moveDistance: 30
|
||||
property int pushDuration: 220
|
||||
property list<real> bezierCurve: Looks.transition.easing.bezierCurve.easeIn
|
||||
clip: true
|
||||
|
||||
property alias color: background.color
|
||||
background: Rectangle {
|
||||
id: background
|
||||
color: Looks.colors.bgPanelBody
|
||||
color: Looks.colors.bgPanelFooterBase
|
||||
}
|
||||
|
||||
pushEnter: Transition {
|
||||
|
||||
Reference in New Issue
Block a user