forked from Shinonome/dots-hyprland
adjust session screen alpha
This commit is contained in:
@@ -27,8 +27,7 @@ Scope {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Keep the popup in a loader because it isn't needed most of the timeand will take up
|
// Keep the popup in a loader because it isn't needed most of the time
|
||||||
// memory that could be used for something else.
|
|
||||||
LazyLoader {
|
LazyLoader {
|
||||||
id: popupLoader
|
id: popupLoader
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ Scope {
|
|||||||
WlrLayershell.namespace: "quickshell:session"
|
WlrLayershell.namespace: "quickshell:session"
|
||||||
WlrLayershell.layer: WlrLayer.Overlay
|
WlrLayershell.layer: WlrLayer.Overlay
|
||||||
WlrLayershell.keyboardFocus: WlrKeyboardFocus.Exclusive
|
WlrLayershell.keyboardFocus: WlrKeyboardFocus.Exclusive
|
||||||
color: Appearance.transparentize(Appearance.m3colors.m3background, 0.4)
|
color: Appearance.transparentize(Appearance.m3colors.m3background, 0.3)
|
||||||
|
|
||||||
anchors {
|
anchors {
|
||||||
top: true
|
top: true
|
||||||
|
|||||||
Reference in New Issue
Block a user