mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
adjust session screen alpha
This commit is contained in:
parent
db1e3cbab1
commit
f7c36a9700
2 changed files with 2 additions and 3 deletions
|
|
@ -27,8 +27,7 @@ Scope {
|
|||
}
|
||||
}
|
||||
|
||||
// Keep the popup in a loader because it isn't needed most of the timeand will take up
|
||||
// memory that could be used for something else.
|
||||
// Keep the popup in a loader because it isn't needed most of the time
|
||||
LazyLoader {
|
||||
id: popupLoader
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ Scope {
|
|||
WlrLayershell.namespace: "quickshell:session"
|
||||
WlrLayershell.layer: WlrLayer.Overlay
|
||||
WlrLayershell.keyboardFocus: WlrKeyboardFocus.Exclusive
|
||||
color: Appearance.transparentize(Appearance.m3colors.m3background, 0.4)
|
||||
color: Appearance.transparentize(Appearance.m3colors.m3background, 0.3)
|
||||
|
||||
anchors {
|
||||
top: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue