Added a toggle for Noctalia-shell wallpaper management
This commit is contained in:
parent
934c8c61b3
commit
2ddb14a95f
4 changed files with 11 additions and 2 deletions
|
|
@ -10,7 +10,15 @@ import qs.Widgets
|
|||
ColumnLayout {
|
||||
id: root
|
||||
|
||||
NToggle {
|
||||
label: "Enable Wallpaper Management"
|
||||
description: "Let Quickshell manage your wallpaper. Disable this if you use an external wallpaper daemon like swww."
|
||||
checked: Settings.data.wallpaper.enabled
|
||||
onToggled: checked => Settings.data.wallpaper.enabled = checked
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
enabled: Settings.data.wallpaper.enabled
|
||||
spacing: Style.marginL * scaling
|
||||
Layout.fillWidth: true
|
||||
NTextInput {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue