antony-jr / VideoWall

KDE Plasma 5/6 Video/Image Wallpaper which can also Play videos on the fly using CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Videowall GitHub issues GitHub forks GitHub stars GitHub license

IMPORTANT: VideoWall for Plasma 6 is available at plasma6-wallpaper branch (Use this if you are on Plasma 6)

Videowall a KDE Plasma 5 Wallpaper which can make you play videos on the wallpaper.

Depends on: Linux , KDE Plasma 5.

Installation

 $ git clone https://github.com/antony-jr/VideoWall
 $ cd VideoWall
 $ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .
 $ make -j$(nproc)
 $ sudo make install
 $ VideoWall # Installed.

Usage

You will need to select VideoWall from the Desktop Wallpaper Configuration in your KDE Plasma.

Usage is simple, you give a directory of videos or a single video file

 $ VideoWall SomeVideo.mp4

Support

If you think this project is cool then just give me a ⭐ and a 🍴 if you want to improve it. Thank You!

License

The MIT License.

Copyright (c) 2017 @antony-jr.

About

KDE Plasma 5/6 Video/Image Wallpaper which can also Play videos on the fly using CLI.

License:MIT License


Languages

Language:C++ 39.7%Language:CMake 32.9%Language:QML 26.8%Language:Shell 0.6%