All Projects → terroo → Wallset

terroo / Wallset

Licence: gpl-3.0
A wallpaper manager that makes it possible to put videos as wallpaper

Programming Languages

shell
77523 projects
bash
514 projects
shellscript
22 projects

Projects that are alternatives of or similar to Wallset

Splash Cli
A simple, command line tool to download Unsplash wallpapers. It’s not intended to be anything particularly fancy — it just works.
Stars: ✭ 432 (+402.33%)
Mutual labels:  wallpaper
Wonderful Bing Wallpaper
Simple bing daily wallpaper API lib for Node.js. 极简的 Node.js 版必应壁纸 API 库。
Stars: ✭ 20 (-76.74%)
Mutual labels:  wallpaper
Plash
💦 Make any website your Mac desktop wallpaper
Stars: ✭ 1,206 (+1302.33%)
Mutual labels:  wallpaper
Wallpaper
Manage the desktop wallpaper
Stars: ✭ 763 (+787.21%)
Mutual labels:  wallpaper
Ps4 Wallpaper Helper
A helpful tool to change ps4 wallpaper
Stars: ✭ 11 (-87.21%)
Mutual labels:  wallpaper
Desk Changer
Gnome-Shell wallpaper changing extension with multiple profile support
Stars: ✭ 58 (-32.56%)
Mutual labels:  wallpaper
Wallpaper
透明屏幕
Stars: ✭ 348 (+304.65%)
Mutual labels:  wallpaper
Google Trend Wallpaper
A python and shell script to set the wallpaper to a wordcloud of the most trending google searches.
Stars: ✭ 83 (-3.49%)
Mutual labels:  wallpaper
Pixivwallpaper
Get anime style wallpapers from daily Pixiv high ranking illustrations
Stars: ✭ 20 (-76.74%)
Mutual labels:  wallpaper
Screenplay
READONLY MIRROR (https://gitlab.com/kelteseth/screenplay) - Modern, Cross Plattform, Live Wallpaper & Widgets ! Free on Steam : https://store.steampowered.com/app/672870/ScreenPlay/
Stars: ✭ 70 (-18.6%)
Mutual labels:  wallpaper
Dynamic Wallpaper
A simple bash script to set wallpapers according to current time, using cron job scheduler.
Stars: ✭ 762 (+786.05%)
Mutual labels:  wallpaper
Artify Core
The sweet heart of Artify 👑
Stars: ✭ 17 (-80.23%)
Mutual labels:  wallpaper
Fractalart
Generate colorful wallpapers!
Stars: ✭ 61 (-29.07%)
Mutual labels:  wallpaper
Macos Wallpaper
Manage the desktop wallpaper on macOS
Stars: ✭ 450 (+423.26%)
Mutual labels:  wallpaper
Pixivformuzei3
Best Pixiv plugin for Muzei 3
Stars: ✭ 81 (-5.81%)
Mutual labels:  wallpaper
Pacwall
A live wallpaper that shows the dependency graph and status of installed packages.
Stars: ✭ 412 (+379.07%)
Mutual labels:  wallpaper
Paperview
A high performance X11 animated wallpaper setter
Stars: ✭ 999 (+1061.63%)
Mutual labels:  wallpaper
Gvcci
color extraction to turn images into 16 color palettes
Stars: ✭ 86 (+0%)
Mutual labels:  wallpaper
Himawari Bg
🌏 Set the latest image from Himawari 8 as your desktop background.
Stars: ✭ 81 (-5.81%)
Mutual labels:  wallpaper
Redpaper
A tool to download and set desktop wallpapers from Reddit
Stars: ✭ 64 (-25.58%)
Mutual labels:  wallpaper

wallset

A wallpaper manager that makes it possible to put videos as wallpaper

Installation

First you will need to have the dependencies installed on your system:

Some software may work in versions lower than those reported.

git clone https://github.com/terroo/wallset down-wallset
cd down-wallset
sudo sh install.sh

The installer says that a package is not installed, but are you sure it is?

Then force the installation with the parameter --force:

sudo ./install.sh --force

Use

usage: wallset [options]
  
  Options:
    -u,--use [N]          Change the Wallpaper to the number entered. Use images with 3 digits, example: 014,003,099
    -a,--add img.jpg ...  Add images
    -S,--set              Use before the -a, --add parameter when you want to add already change       
    -q,--quit             Ends the loop
    -t,--time [N]         Creates an image loop with the time reported in seconds
    -d,--display          Opens the last image added
    -c,--count            Informs how many images there are
    -s,--show             Shows the current image
    -V,--video [video]    Add a video as Wallpaper
    -L,--list-videos      Lists the videos that have already been used
    -I,--set-video [N]    Use the video by the number listed in --list-videos
    -r,--remove           Remove the last image added
    -h,--help             Display this help
    -v,--version          Display the version of this program

  Examples:  
    Add an image → 'wallset -a img.jpg'
    Add and set it as Wallpaper → 'wallset --set --add img.jpg'
    Change to image with this number → 'wallset -u 001'
    Add the video → 'wallset -V video.mp4'
    Use the video already used and listed → 'wallset -I 3'

* [N] Means that you need to use a number
** Only videos in .mp4 format
*** Only the first 10 seconds of the video will be displayed
**** Use 3-digit images, example: 011

There is a video that demonstrates the use at the address (pt-BR): https://youtu.be/Mb0SXMft2sw

Uninstall

git clone https://github.com/terroo/wallset down-wallset
cd down-wallset
sudo sh install.sh uninstall
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].