docs: update README
This commit is contained in:
parent
e0ebaa55ec
commit
d3bffb2c92
1 changed files with 4 additions and 4 deletions
|
@ -57,10 +57,10 @@ sudo cp sebin.xml /usr/share/gnome-background-properties/
|
||||||
|
|
||||||
#### KDE Plasma
|
#### 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
|
~~~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
|
Then copy it to either
|
||||||
|
@ -70,10 +70,10 @@ Then copy it to either
|
||||||
|
|
||||||
~~~bash
|
~~~bash
|
||||||
# single user
|
# 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
|
# 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
|
### macOS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue