Remove fill mode
This commit is contained in:
parent
d160a5c714
commit
116ea6f1bf
@ -17,7 +17,7 @@
|
|||||||
'General',
|
'General',
|
||||||
]
|
]
|
||||||
d.writeConfig('Image', '{{ background_image }}')
|
d.writeConfig('Image', '{{ background_image }}')
|
||||||
d.writeConfig('FillMode', '0')
|
#d.writeConfig('FillMode', '0')
|
||||||
d.reloadConfig()
|
d.reloadConfig()
|
||||||
})
|
})
|
||||||
"
|
"
|
||||||
@ -27,5 +27,5 @@
|
|||||||
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'
|
#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