This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/setup/mpvpaper.sh

19 lines
444 B
Bash
Executable File

#!/bin/sh
# You need mpv-devel, meson, ninja, pkg-config
git clone https://github.com/GhostNaN/mpvpaper
cd mpvpaper
meson build --prefix=$HOME/.local
ninja -C build install
cd ..
# Control the wallpaper with mpv input-ipc-server:
# mpvpaper -f -o "input-ipc-server=/tmp/mpv-socket" DP-1 /path/to/video
# echo 'cycle pause' | socat - /tmp/mpv-socket
# Simply set the wallpaper
# mpvpaper -f -o "--no-audio --loop-file" DP-1 /path/to/video