Skip to content

Importing .heic dynamic wallpapers (Legacy)

Vlad Zahorodnii edited this page Jul 4, 2020 · 1 revision

dynamic-wallpaper-importer is a command-line tool that can be used to convert a .heic dynamic wallpaper to a dynamic wallpaper package suitable for this plugin.

The tool is very easy to use, you just need to point it to the source .heic file and specify the desired id as well the human-readable name, e.g.

dynamic-wallpaper-importer --source path/to/wallpaper.heic --id fancy_wallpaper --label "Fancy Wallpaper"

After running that command, you can install the imported wallpaper with the following command

kpackagetool5 --type Wallpaper/Dynamic --install fancy_wallpaper

Links