Bar: custom setup per screen (position, density, widgets)

This commit is contained in:
Lemmy
2026-01-18 19:32:04 -05:00
parent c8826a27f5
commit b340529b10
59 changed files with 907 additions and 142 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ Variants {
readonly property bool isRight: location.endsWith("_right")
readonly property bool isCentered: location === "top" || location === "bottom"
readonly property string barPos: Settings.data.bar.position
readonly property string barPos: Settings.getBarPositionForScreen(notifWindow.screen?.name)
readonly property bool isFloating: Settings.data.bar.floating
readonly property int notifWidth: Math.round(440 * Style.uiScaleRatio)