Remove fillmode
This commit is contained in:
parent
116ea6f1bf
commit
8a216b6222
@ -17,7 +17,6 @@
|
|||||||
'General',
|
'General',
|
||||||
]
|
]
|
||||||
d.writeConfig('Image', '{{ background_image }}')
|
d.writeConfig('Image', '{{ background_image }}')
|
||||||
#d.writeConfig('FillMode', '0')
|
|
||||||
d.reloadConfig()
|
d.reloadConfig()
|
||||||
})
|
})
|
||||||
"
|
"
|
||||||
@ -27,5 +26,4 @@
|
|||||||
ansible.builtin.shell: |
|
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 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 PreviewImage '{{ background_image }}'
|
||||||
#kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key FillMode '0'
|
|
||||||
tags: config
|
tags: config
|
||||||
|
Loading…
Reference in New Issue
Block a user