• Stars
    star
    346
  • Rank 118,853 (Top 3 %)
  • Language
    Shell
  • License
    GNU General Publi...
  • Created almost 4 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A wallpaper manager that makes it possible to put videos as 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

More Repositories

1

terminal-finances

Personal Financial Management
C++
125
star
2

fonts

Fonts Terminal Root - My fonts preferred
Lua
64
star
3

flappybird

The famous game made with C++ and SFML
C++
42
star
4

dotfiles

My Polybar and others setup for BSPWM on Linux
Shell
36
star
5

aptporn

Linux Mint, Ubuntu and Debian install bspwm, Polybar, Rofi
Shell
24
star
6

app-get

AppImages manager via command line
Shell
23
star
7

vim-simple-emoji

A simple auto-complete of emoji for Vim. As short as possible!
Vim Script
23
star
8

img2txt

Graphic application to extract text from image
C++
21
star
9

vim-auto-markdown

Auto complete fo Vim
Vim Script
21
star
10

particle-system

Basic Particle System Example with C++, Dear ImGui and SFML
C++
17
star
11

tetris

Famous puzzle game remade with C++ and SFML
C++
14
star
12

usw

Customize your Ubuntu with Wayland + Sway + Ulauncher + Waybar
Shell
11
star
13

vim-themes

The themes for Vim that I think are the coolest!
Vim Script
11
star
14

openbox-themes

The best Openbox themes selected by me
CSS
10
star
15

menu-sfml

Example of a game menu made with C++ and SFML
C++
9
star
16

puzzle

This repository stores a Puzzle game created with C++ and SFML. The step by step was done in a video on Youtube in Portuguese.
C++
9
star
17

spaceship

A basic game made with Java and LibGDX
Java
9
star
18

terminalroot-themes

Themes for Desktop UNIX/Linux/BSD
CSS
8
star
19

loterust

Primeiro programa em Rust . Um programinha simples que gera números para a Loteria
Rust
8
star
20

terroo.github.io

Terminal Root English version
HTML
8
star
21

pass-firefox

Aplicativo com gtkmm para Exportar e Importar senhas do Firefox
C++
7
star
22

minivim

Basic example of a mini Vim with C++ and Ncurses
C++
7
star
23

lotto

Gere números para jogar na Loteria. Feito com C++!
C++
6
star
24

terroo-colors

Terroo Colors is a Material Color Scheme Darker for Vim
Vim Script
6
star
25

langs-test-loop

Loop performance test with 1 million cycles in programming languages
Zig
6
star
26

code2img

Aplicativo Web que transforma código em imagem
Shell
5
star
27

extract

Automatically recognizes and extracts various types of mime formats from compressed files.
Shell
5
star
28

luasfml

Binding SFML to LUA . This project is a fork of the original project: https://github.com/Canadadry/luaSFML
C++
5
star
29

crud-laravel

CRUD feito com LARAVEL desenvolvido no vídeo do canal TerminalRootTV
PHP
5
star
30

cpf

Gere e valide CPF com C++
C++
5
star
31

christmas-tree

Christmas tree written in Rust with ASCII Art
Rust
4
star
32

arch-box

Arch Linux and Openbox
CSS
4
star
33

pong

A game similar to Atari's famous Pong, but with slightly different gameplay and remixed football-themed design. Made with C++ and SFML.
C++
4
star
34

utilscpp

My C++ Utility Library
C++
4
star
35

tint2-themes

My Favorite Tint2 Themes for Openbox
Shell
3
star
36

gentoo-jump-game

Game Developed in Javascript
TypeScript
3
star
37

cpp-lua-parsing

Just a basic mini library for parsing simple files that only have variables written and with Lua extension.
C++
3
star
38

moon-orbiting-earth-cpp

Animation made with C++ and SFML
C++
3
star
39

terroo-overlay

Gentoo Portage Overlay for Layman
Shell
2
star
40

tools-pass-fox

Lib para Exportar e Importar senhas em GPG do Firefox
C++
2
star
41

custom-msg-cpp

Custom Msg User Cpp for Test Compiler G++, Make, Cmake, Clang and others.
C++
2
star
42

dots.FreeBSD

Files to FreeBSD with i3wm
Shell
2
star
43

terroo

Config files for my GitHub profile.
C++
1
star
44

cpp-bind-lua

Basic examples of how to use the Lua API for C or C++
C++
1
star
45

map-tmx

Parser example shown in the video described in this repository
C++
1
star
46

loadtmx

To Parser .tmx with C++ to TileMap
C++
1
star
47

gnu-autotools

Example to generate autotools
Shell
1
star
48

artix-qtile

Automatic Qtile config to Artix
Python
1
star
49

genpass

Um Gerador de Senhas alfanumérica com C++, Dear ImGui, SDL2 e com contexto OpenGL
C++
1
star