mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 11:16:03 +00:00
Wayland Layers: Breaking changes
- renamed some layers from "quickshell-*" to "noctalia-*" - added screen name to all layers, ex: "noctalia-wallpaper-DP1" - added a way to disable overview management in the settings, this allow stationnary wallpaper on niri
This commit is contained in:
@@ -27,6 +27,22 @@ ColumnLayout {
|
||||
Layout.bottomMargin: Style.marginL
|
||||
}
|
||||
|
||||
NToggle {
|
||||
visible: Settings.data.wallpaper.enabled && CompositorService.isNiri
|
||||
label: I18n.tr("settings.wallpaper.settings.enable-overview.label")
|
||||
description: I18n.tr("settings.wallpaper.settings.enable-overview.description")
|
||||
checked: Settings.data.wallpaper.overviewEnabled
|
||||
onToggled: checked => Settings.data.wallpaper.overviewEnabled = checked
|
||||
Layout.bottomMargin: Style.marginL
|
||||
}
|
||||
|
||||
NDivider {
|
||||
visible: Settings.data.wallpaper.enabled
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: Style.marginXL
|
||||
Layout.bottomMargin: Style.marginXL
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
visible: Settings.data.wallpaper.enabled
|
||||
spacing: Style.marginL
|
||||
|
||||
Reference in New Issue
Block a user