Merely illustrative image
wallset is a command line utility written in Shell Script that manages your wallpapers and allows you to place videos as wallpaper.
First you will need to have the following software installed on your system:
Some software may work in versions lower than those reported.
After that you will need Git to clone the repository and then install. To do this, simply run the commands below:
Enter your
sudo
password to complete the installation.
For quick help with the commands, run the wallset
command with the --help
parameter or just -h
, the output will be similar to this:
You add multiple images at once:
If it is in a directory with several images you can also add it like this:
Wallpapers are saved and numbered
TIP: If you want to change the wallpaper at the time of addition, just use it in conjunction with the
-S
parameter, example:
wallset --remove
It is also possible to make a * loop * of the added images so that the wallpaper is changed according to the pre-set time. To do this, use the --time
PARAMETER and then enter the time in seconds.
Assuming you want the wallpapers to be changed every 1 hour, run:
Before changing the wallpaper after using the --time
feature, run the command with the --quit
parameter, example:
This is a correct way of using the program. It avoids problems that can be incorrectly classified as ** bug **, but it is just a * misuse *.
One of the most interesting features of wallset is that you can add videos as a wallpaper. To do this, simply run the command:
Or the full video path:
wallset -V path/to/video.mp4
To stop a video, the procedure is the same as the image loop, just use the --quit
parameter or just -q
, example:
The video image will be frozen, becoming the current wallpaper. To change, use the
--use [number]
parameter or just-u [number]
, as we have seen.
After using a video only once, it is automatically added to the ready-made videos directory, to list all videos, use the --list-videos
parameter:
If you want to use a video that is in the video directory, just use the --set-video
parameter and then enter the number displayed when listing the videos, example:
I created this program recently, so it needs more testing. At the time of writing this article, I only tested it on a window manager, more precisely on bspwm. So feel free to report bugs if you can find it at: https://github.com/terroo/wallset/issues.
If you want to uninstall the wallset
, proceed as follows using the installer itself, however with the uninstall
parameter:
Remembering that when performing the uninstallation all images and videos added will also be deleted, in case you intend to reinstall it in the future.
I also created a video showing the main features of the program and using the examples that are part of the repository directory itself.
If you want to watch the video, just click on this link. Note: THE VIDEO IS IN BRAZILIAN PORTUGUESE, BUT YOU CAN TRY TO ENABLE THE SUBTITLES THAT WERE AUTOMATICALLY CREATED BY YOUTUBE’S ARTIFICIAL INTELLIGENCE AND ARE SUBJECT TO FAILURES.
The video has English subtitles native to the video itself and with the correct translation. To enable, use the settings in the footer of the video itself, according to the images shown here below.
CLICK ON IMAGES TO VIEW INTO LARGER RESOLUTION.
shellscript apps linux commandline