FollieHiyuki-dotfiles/setup/mpvpaper.sh
FollieHiyuki 359cc044b2
neovim + chore
neovim: lsp: add ansiblels
chore: cleanup shebang (remove 'sh -e' pattern)
2021-10-18 13:28:27 +07:00

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