Over time of use and because of “distro hopping” I have been moving towards less and less desktop customization, to the point of almost setting very few things.
One of the few things I miss in xfce actually is being able to do the negative of a single window at a time (I used to do it with concompiz but then it was defunct), in fact if anyone knows how to do that...
Another thing that is not a theme but that I always wanted was an animated wallpaper.
I finally got it, not the best, however it is acceptable.
I am using “xwinwrap”, using it with mpv. It more or less consumes 60-100mb of ram and 1-3% of cpu constantly, so it might be undesirable (however if you use gif viewer instead of mpv it is lighter, but I needed to apply mpv filters).
This is the startup line
Code: Select all
xwinwrap -ni -fdt -fs -un -st -sp -b -nf -o 0.5 -ov -- mpv -wid WID ./fog.gif --no-osc --no-osd-bar --loop-file --player-operation-mode=cplayer --no-audio --panscan=1.0 --no-input-default-bindings --speed=0.1 --gamma=-30 --framedrop=vo --vf=gblur=sigma=2:steps=1 tscale=oversample
This is the gif that I am using
Now I am too lazy to make a video but substantially it tries to simulate a fog on a black background which for me is relaxing

P.s. used this way it hides the icons (which I don't use anyway), you can set it to semi-transparent but that way it seems to prevent mouse clicks from reaching the desktop.
If anyone knows a better way, I'm listening
