Merge pull request #189 from lonerOrz/feat/wallpaper
Added a toggle for Noctalia-shell wallpaper management
This commit is contained in:
commit
e6a1bc6e27
5 changed files with 12 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ Variants {
|
|||
|
||||
required property ShellScreen modelData
|
||||
|
||||
active: Settings.isLoaded && modelData
|
||||
active: Settings.isLoaded && modelData && Settings.data.wallpaper.enabled
|
||||
|
||||
sourceComponent: PanelWindow {
|
||||
id: root
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Variants {
|
|||
delegate: Loader {
|
||||
required property ShellScreen modelData
|
||||
|
||||
active: Settings.isLoaded && CompositorService.isNiri && modelData
|
||||
active: Settings.isLoaded && CompositorService.isNiri && modelData && Settings.data.wallpaper.enabled
|
||||
|
||||
property string wallpaper: ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue