pmos/main/postmarketos-ui-plasma-mobile/org.kde.phone.homescreen.js
Bhushan Shah 40bd7f1ce8
Use postmarketOS artwork on plasma-mobile (#1464) (MR 3459)
(cherry picked from commit 302b6f5c29d093006ba79328712ce7bb6f21453f)
2022-10-07 09:36:30 +02:00

6 lines
256 B
JavaScript

applet.wallpaperPlugin = 'org.kde.image'
applet.currentConfigGroup = new Array ("Wallpaper", "org.kde.image", "General")
applet.writeConfig("Image", "file:///usr/share/wallpapers/postmarketos.jpg")
applet.writeConfig("FillMode", "2")
applet.reloadConfig()