mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 10:48:35 +02:00
wallpaper: take a note on how to get an animated wallpaper
This commit is contained in:
parent
aea0e046bc
commit
c8bd6f35a4
1 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,15 @@
|
|||
|
||||
"""Build a multi screen wallpaper."""
|
||||
|
||||
# Alternative:
|
||||
# curl -s https://bzamayo.com/extras/apple-tv-screensavers.json \
|
||||
# | jq -r '.data[].screensavers[].videoURL' \
|
||||
# | shuf \
|
||||
# | xargs nix run nixpkgs.xwinwrap -c \
|
||||
# xwinwrap -b -s -fs -st -sp -nf -ov -- \
|
||||
# mpv -wid WID -really-quiet -framedrop=vo --no-audio --panscan=1.0 \
|
||||
# -loop-playlist=inf
|
||||
|
||||
import os
|
||||
import sys
|
||||
import random
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue