this post was submitted on 12 Mar 2026
5 points (85.7% liked)
Linux Mint
3432 readers
2 users here now
Linux Mint is a free Linux-based operating system designed for use on desktop and laptop computers.
Want to see the latest news from the blog? Set the Firefox homepage to:
where is a current or past release. Here's an example using release 21.1 'Vera':
https://linuxmint.com/start/vera/
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I know this is late, but in case someone else find this, in the Software Manager, there is a package called
Hidamari
Which is a flatpak and claims to play video wallpapers. I have not tried nor endorsing it, in the description it mentions "Similar functionality to Xwinwrap + mpv or Komorebi, with more features." So I assume those are alternatives as well.
I found this solution, untested, for a more basic solution
First, ensure mpv is installed. Open your terminal and run:
sudo apt update sudo apt install mpv
Step 1: Create the Script
We will create a simple shell script that tells mpv to play a video, hide all window decorations, make it transparent, and place it behind everything else.
Step 2: Test the Script
Run the script manually to ensure it works:
~/bin/wallpaper.sh
Step 3: Automate on Startup
To make this run every time you log in:
The above assumes you are using Cinnamon which has built in compositing, for icewm and twm you might need picom or other solutions to make it work.