Remove fillmode

This commit is contained in:
exu 2024-10-29 07:37:07 +01:00
parent 116ea6f1bf
commit 8a216b6222

View File

@ -17,7 +17,6 @@
'General',
]
d.writeConfig('Image', '{{ background_image }}')
#d.writeConfig('FillMode', '0')
d.reloadConfig()
})
"
@ -27,5 +26,4 @@
ansible.builtin.shell: |
kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key Image '{{ background_image }}'
kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key PreviewImage '{{ background_image }}'
#kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key FillMode '0'
tags: config