Multi-Monitors: new setting to explicitely disable panels to appear on screen without bar.

On my setup this saves about 130MB per 1080p monitor where the bar is
not shown. I only interact with noctalia on my main screen.
This commit is contained in:
ItsLemmy
2025-11-16 20:49:56 -05:00
parent df37511089
commit dc08751ec2
16 changed files with 88 additions and 9 deletions
@@ -154,13 +154,21 @@ ColumnLayout {
}
}
NToggle {
visible: (Quickshell.screens.length > 1)
label: I18n.tr("settings.user-interface.allow-panels-without-bar.label")
description: I18n.tr("settings.user-interface.allow-panels-without-bar.description")
checked: Settings.data.ui.allowPanelsOnScreenWithoutBar
onToggled: checked => Settings.data.ui.allowPanelsOnScreenWithoutBar = checked
}
NDivider {
Layout.fillWidth: true
Layout.topMargin: Style.marginL
Layout.bottomMargin: Style.marginL
}
// User Interface
// User Interface Scaling
ColumnLayout {
spacing: Style.marginXXS
Layout.fillWidth: true