hook: "

# Set the KDE Plasma Desktop Wallpaper

blank=$HOME/.config/pacwall/oneblackpixel.png 
plasma-apply-wallpaperimage $blank
plasma-apply-wallpaperimage $W

# Set the KDE Plasma Lock Screen Wallpaper

kwriteconfig5 --file kscreenlockerrc --group Greeter --key WallpaperPlugin org.kde.image
kwriteconfig5 --file kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key Color \"#073642\"
kwriteconfig5 --file kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key FillMode 6
kwriteconfig5 --file kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key Image $W
"
