Remove fill mode

This commit is contained in:
exu 2024-10-29 07:36:07 +01:00
parent d160a5c714
commit 116ea6f1bf

View File

@ -17,7 +17,7 @@
'General',
]
d.writeConfig('Image', '{{ background_image }}')
d.writeConfig('FillMode', '0')
#d.writeConfig('FillMode', '0')
d.reloadConfig()
})
"
@ -27,5 +27,5 @@
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'
#kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key FillMode '0'
tags: config