fix: mask issues on popups

This commit is contained in:
kossLAN 2025-08-14 00:24:49 -04:00
parent ec04d07e24
commit 944e930537
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
2 changed files with 11 additions and 7 deletions

View file

@ -1,7 +1,7 @@
import QtQuick
import QtQuick.Layouts
import Quickshell
// import "power"
import "power"
// import "volume"
import "systray"
// import qs.widgets
@ -55,6 +55,11 @@ Variants {
}
}
// PowerMenu {
// bar: root
// Layout.fillHeight: true
// }
// Right side of bar
RowLayout {
spacing: 10