bar: add bottom position

This commit is contained in:
end-4
2025-05-30 22:41:50 +02:00
parent e119d6d582
commit 47a34dc76b
6 changed files with 34 additions and 14 deletions
@@ -65,7 +65,10 @@ Scope {
WlrLayershell.layer: WlrLayer.Overlay
color: "transparent"
anchors.top: true
anchors {
top: !ConfigOptions.bar.bottom
bottom: ConfigOptions.bar.bottom
}
mask: Region {
item: osdValuesWrapper
}
@@ -67,7 +67,10 @@ Scope {
WlrLayershell.layer: WlrLayer.Overlay
color: "transparent"
anchors.top: true
anchors {
top: !ConfigOptions.bar.bottom
bottom: ConfigOptions.bar.bottom
}
mask: Region {
item: osdValuesWrapper
}