Change tasks names

This commit is contained in:
exu 2024-10-16 08:19:53 +02:00
parent 14e7636bd2
commit 521a352bb7

View File

@ -1,5 +1,5 @@
--- ---
- name: Set desktop wallpaper - name: Plasma | Set desktop wallpaper
ansible.builtin.shell: | ansible.builtin.shell: |
qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript " qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript "
desktops().forEach((d) => { desktops().forEach((d) => {
@ -14,7 +14,7 @@
}) })
" "
- name: Set Lockscreen wallpaper - name: Plasma | Set Lockscreen wallpaper
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 }}'