All Projects → zzag → Plasma5 Wallpapers Dynamic

zzag / Plasma5 Wallpapers Dynamic

Dynamic wallpaper plugin for KDE Plasma

Projects that are alternatives of or similar to Plasma5 Wallpapers Dynamic

Com.nerdyweekly.animated
Animated GIF wallpaper for KDE Plasma 5
Stars: ✭ 105 (-13.93%)
Mutual labels:  plasma, wallpaper
Repaper
Desktop that changes based on weather & time
Stars: ✭ 148 (+21.31%)
Mutual labels:  wallpaper, dynamic
Equinox
🌇 🌃 Create dynamic wallpapers for macOS.
Stars: ✭ 737 (+504.1%)
Mutual labels:  wallpaper, dynamic
Dynamic walls App
🌘 The Dynamic_Walls scripts replicating macOS Mojave's dynamic wallpaper feature combined into an app
Stars: ✭ 180 (+47.54%)
Mutual labels:  wallpaper, dynamic
Wallpapper
💻 Console application for creating dynamic wallpapers for macOS Mojave and newer
Stars: ✭ 2,533 (+1976.23%)
Mutual labels:  wallpaper, dynamic
Wallutils
🌆 Utilities for handling monitors, resolutions, wallpapers and timed wallpapers
Stars: ✭ 145 (+18.85%)
Mutual labels:  plasma, wallpaper
Linux Dynamic Wallpapers
Dynamic Wallpapers for Linux
Stars: ✭ 305 (+150%)
Mutual labels:  wallpaper, dynamic
Drawablecolorchange
Android Library to dynamically change color of drawable.
Stars: ✭ 101 (-17.21%)
Mutual labels:  dynamic
Lazy Compile Webpack Plugin
Boost webpack startup time by lazily compiling dynamic imports
Stars: ✭ 106 (-13.11%)
Mutual labels:  dynamic
Reddit Wallpaper Changer
Reddit Wallpaper Changer
Stars: ✭ 96 (-21.31%)
Mutual labels:  wallpaper
Ngx Dynamic Form Builder
FormBuilder + class-transformer + class-validator = dynamic form group builder for Angular10+
Stars: ✭ 93 (-23.77%)
Mutual labels:  dynamic
Tiles And Such
Archives of tilelable images/wallpapers
Stars: ✭ 101 (-17.21%)
Mutual labels:  wallpaper
Dotfiles
▒ rice ░░ custom linux config files
Stars: ✭ 1,514 (+1140.98%)
Mutual labels:  wallpaper
Violetear
Go HTTP router
Stars: ✭ 100 (-18.03%)
Mutual labels:  dynamic
Fbpic
Spectral, quasi-3D Particle-In-Cell code, for CPU and GPU
Stars: ✭ 111 (-9.02%)
Mutual labels:  plasma
Cyanea
A theme engine for Android
Stars: ✭ 1,319 (+981.15%)
Mutual labels:  dynamic
Vectormaster
Dynamic control over vector drawables!
Stars: ✭ 1,540 (+1162.3%)
Mutual labels:  dynamic
Backgrounds
A set of default and supplemental wallpapers for Fedora 33
Stars: ✭ 110 (-9.84%)
Mutual labels:  wallpaper
Bingpaper
Use Bing daily photo as your wallpaper for macOS.
Stars: ✭ 105 (-13.93%)
Mutual labels:  wallpaper
Wincustomdesktop
自绘桌面框架,用你的代码绘制桌面
Stars: ✭ 109 (-10.66%)
Mutual labels:  wallpaper

Dynamic Wallpaper Engine

A wallpaper plugin for KDE Plasma that continuously updates the desktop background based on the current time in your location.

Additional Wallpapers

More dynamic wallpapers can be found at https://github.com/karmanyaahm/awesome-plasma5-dynamic-wallpapers.

Installation

Arch Linux

yay -S plasma5-wallpapers-dynamic

Ubuntu 20.10

sudo apt install plasma-wallpaper-dynamic

Building From Git

In order to build this wallpaper plugin from source code, you need to install a couple of prerequisites

Arch Linux:

sudo pacman -S cmake extra-cmake-modules git plasma-framework qt5-base qt5-declarative \
    qt5-location libexif libheif

Fedora:

sudo dnf install cmake extra-cmake-modules git kf5-kpackage-devel kf5-plasma-devel \
    kf5-ki18n-devel qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtlocation-devel \
    libexif-devel libheif-devel

Ubuntu:

sudo apt install cmake extra-cmake-modules git libkf5package-dev libkf5plasma-dev \
    libkf5i18n-dev qtbase5-dev qtdeclarative5-dev qtpositioning5-dev gettext \
    qml-module-qtpositioning libexif-dev libheif-dev build-essential

Once all prerequisites are installed, you need to grab the source code

git clone https://github.com/zzag/plasma5-wallpapers-dynamic.git
cd plasma5-wallpapers-dynamic

Configure the build

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=lib \
    -DBUILD_TESTING=OFF

Now trigger the build by running the following command

make

To install run

sudo make install

Components

This project consists of the following components:

  • A C++ library that provides an easy way to read and write dynamic wallpapers
  • A command line tool for creating dynamic wallpapers
  • A plugin for KDE Plasma 5 that is responsible for displaying dynamic wallpapers

How to Use It

Right-click a blank area of the desktop and choose "Configure Desktop...", select "Dynamic" wallpaper type and click the Apply button.

How to Create a Dynamic Wallpaper

This engine ships with a command-line tool that one could use to create a dynamic wallpaper from a collection of jpeg or png images. See kdynamicwallpaperbuilder.

How to Use Dynamic Wallpapers for macOS

Since dynamic wallpapers for macOS and this plugin are incompatible, you need to use a script to convert dynamic wallpapers.

curl https://git.io/JJkjd -sL > dynamicwallpaperconverter
chmod +x dynamicwallpaperconverter

Once you've downloaded the dynamicwallpaperconverter script, you can start converting wallpapers

./dynamicwallpaperconverter --crossfade file.heic

After the command above has finished its execution, you should see a file in the current working directory named 'wallpaper.heic', which can be fed into this plugin.

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].