🚀 Quick Start

Install

󱍢
Important:
WowPaper uses the wlr-protocols extended protocol to realize window bottoming
Therefore only works on Compositor that support this protocol (such as hyprland)
Can’t work at the Compositor and Desktop Environments(such as GNOME) which are not support “wlr-protocols”

There are three ways to install Wowpaper now

  1. If you use Arch, you can use package manager to install
paru -S wowpaper
  1. For other system, you can download bin file in release
  1. Or, you can clone respository and build your self
git clone git@github.com:dty2/Wowpaper.git

Use

Add wallpaper to wallpaper list

  1. Create a wallpaper list “xxx” in $HOME/.config/wow
mkdir $HOME/.config/wow/xxx
  1. Put your wallpaper “zzz.mp4” into the wallpaper list “xxx”
mv zzz.mp4 $HOME/.config/wow/xxx/zzz.mp4

Edit Configuration File

  1. Use these command to create Configuration File
touch $HOME/.config/wow/config.toml
  1. Fill in the configuration as follows
    (wallpaper list is “xxx”, wallpaper name is “zzz.mp4”)
    This configuration effect: Looping wallpaper zzz.mp4
startlist = "xxx"

[xxx]
dir = "./xxx"
time = -1
order = ["zzz.mp4"]

Launch!

wow-daemon

😄 Done!!!

󱍢
Tip:
Get more help please read 📘Usr Doc