waffles: transparency

This commit is contained in:
end-4
2025-11-22 12:34:16 +01:00
parent cd7bf9c1c2
commit 31998a6c32
17 changed files with 133 additions and 41 deletions
@@ -93,7 +93,9 @@ Scope {
WlrLayershell.namespace: "quickshell:session"
WlrLayershell.layer: WlrLayer.Overlay
WlrLayershell.keyboardFocus: WlrKeyboardFocus.Exclusive
color: ColorUtils.transparentize(Appearance.m3colors.m3background, 0.3)
// This is a big surface so we needa carefully choose the transparency,
// or we'll get a large scary rgb blob
color: ColorUtils.transparentize(Appearance.m3colors.m3background, Appearance.m3colors.darkmode ? 0.04 : 0.12)
anchors {
top: true