From d3bffb2c92013f49c8c7ffca51240409ec323432 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Fri, 16 Sep 2022 14:26:53 +0200 Subject: [PATCH] docs: update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fec473e..42d9809 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ sudo cp sebin.xml /usr/share/gnome-background-properties/ #### KDE Plasma -Install the [Plasma Dynamic Wallpaper Engine](https://github.com/zzag/plasma5-wallpapers-dynamic), clone this repository and build the HEIC file +Install the [Plasma Dynamic Wallpaper Engine](https://github.com/zzag/plasma5-wallpapers-dynamic), clone this repository and build the AVIF file ~~~bash -kdynamicwallpaperbuilder "sebin-kdynamicwallpaperbuilder.json" --output "sebin-dyn_wallpaper.heic" +kdynamicwallpaperbuilder "sebin-kdynamicwallpaperbuilder.json" --output "sebin-dyn_wallpaper.avif" --speed 10 ~~~ Then copy it to either @@ -70,10 +70,10 @@ Then copy it to either ~~~bash # single user -cp sebin-dyn_wallpaper.heic ~/.local/share/backgrounds/sebin-dynamic-wallpaper-kde/ +cp sebin-dyn_wallpaper.avif ~/.local/share/backgrounds/sebin-dynamic-wallpaper-kde/ # system-wide -sudo cp sebin-dyn_wallpaper.heic /usr/share/backgrounds/sebin-dynamic-wallpaper-kde/ +sudo cp sebin-dyn_wallpaper.avif /usr/share/backgrounds/sebin-dynamic-wallpaper-kde/ ~~~ ### macOS