A script to make linux-wallpaperengine easy to use #252
DI-HUO-MING-YI
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A Player Tool for Linux-Wallpaperengine
Linux-wallpaperengine is a fantastic tool that makes it possible to play live wallpapers on GNU/Linux.
But I am struggling with checking and picking wallpapers!
Every time I find a new live wallpaper from the Steam Workshop, I need to open Wallpaper Engine via Steam Proton, and locate the wallpaper ID using an awkward file manager running on Wine. It's even difficult to select and copy the wallpaper ID! Just as shown below
After that, I need to run linux-wallpaperengine using Bash. All of this wastes a lot of my time.
Besides, I want to play a list of wallpapers just like I do in Windows!
So, I posted an issue:
Is it possible to change the background from a playlist?
It was marked as an enhancement, which is great. I then tried to implement this enhancement.
Unfortunately, using C++ was too difficult for me...
So, I decided to create another tool to achieve this enhancement.
Now, I have created a player tool named linux-wallpaperengine-player
The player is developed entirely in Python.
Main features:
Now this tool just works
For more information, please visit the REPO
Beta Was this translation helpful? Give feedback.
All reactions