All Projects → Komorebi-Fork → komorebi

Komorebi-Fork / komorebi

Licence: GPL-3.0 license
A beautiful and customizable wallpaper manager for Linux

Projects that are alternatives of or similar to komorebi

Komorebi
A beautiful and customizable wallpapers manager for Linux
Stars: ✭ 2,472 (+970.13%)
Mutual labels:  wallpaper, desktop, background, animated
Himawari Bg
🌏 Set the latest image from Himawari 8 as your desktop background.
Stars: ✭ 81 (-64.94%)
Mutual labels:  wallpaper, desktop, background
Paperview
A high performance X11 animated wallpaper setter
Stars: ✭ 999 (+332.47%)
Mutual labels:  wallpaper, desktop, animated
animwall
Animated wallpapers for Linux
Stars: ✭ 28 (-87.88%)
Mutual labels:  wallpaper, desktop, animated
ActiveDesktopPlus
A simple app that lets you pin windows to your desktop and use fullscreen programs and videos as interactive wallpapers.
Stars: ✭ 88 (-61.9%)
Mutual labels:  wallpaper, desktop
YdarWallpaper
opengl渲染的动态桌面壁纸
Stars: ✭ 65 (-71.86%)
Mutual labels:  wallpaper, desktop
Zvirtualdesktop
Windows 10 Virtual Desktop Hotkeys, System Tray Icon, Wallpapers, and Task View replacement
Stars: ✭ 322 (+39.39%)
Mutual labels:  wallpaper, desktop
Lively
Stars: ✭ 5,721 (+2376.62%)
Mutual labels:  wallpaper, desktop
Redpaper
A tool to download and set desktop wallpapers from Reddit
Stars: ✭ 64 (-72.29%)
Mutual labels:  wallpaper, desktop
Repaper
Desktop that changes based on weather & time
Stars: ✭ 148 (-35.93%)
Mutual labels:  wallpaper, desktop
Hydrapaper
A Gtk utility to set two different backgrounds for each monitor on GNOME (which lacks this feature)
Stars: ✭ 134 (-41.99%)
Mutual labels:  wallpaper, background
Dmskin Wallpaper Maker
Windows 桌面动态壁纸 视频壁纸
Stars: ✭ 151 (-34.63%)
Mutual labels:  wallpaper, desktop
Wallop
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
Stars: ✭ 27 (-88.31%)
Mutual labels:  wallpaper, desktop
lovelace-animated-background
Animated backgrounds for lovelace
Stars: ✭ 123 (-46.75%)
Mutual labels:  background, animated
Wincustomdesktop
自绘桌面框架,用你的代码绘制桌面
Stars: ✭ 109 (-52.81%)
Mutual labels:  wallpaper, desktop
Oh My Earth
Make a real time earth picture as your wallpaper
Stars: ✭ 168 (-27.27%)
Mutual labels:  wallpaper, desktop
vitrina-legacy
A companion app for Muzei that fetches images from Reddit
Stars: ✭ 23 (-90.04%)
Mutual labels:  wallpaper, background
Steam-Scripts
Steam userscripts
Stars: ✭ 76 (-67.1%)
Mutual labels:  animated
bing-wallpaper
Automatically change your desktop background to Bing's image of the day, every day.
Stars: ✭ 63 (-72.73%)
Mutual labels:  wallpaper
react-scrolling-color-background
background with color transitioning as you scroll, declarative and easy to setup
Stars: ✭ 53 (-77.06%)
Mutual labels:  background

Komorebi - Animated Wallpapers for Linux

(n) sunlight filtering through trees.

Platform (GNU/Linux) Build Status

Komorebi Demo
Watch demo

What is Komorebi?

Komorebi is an animated wallpaper manager for all Linux platforms. It provides you with fully customisable image, video, and web page wallpapers that you can tweak at any time!

This project is a fork of the original Komorebi by @cheesecakeufo.

s1

Installing

Komorebi has been tested on:

  • Ubuntu 18.04, 20.04
  • Elementary OS 5.1.4
  • Pop! OS 20.04
  • Fedora 32
  • Manjaro 20.0.3
  • Deepin 20
  • Arch Linux
  • Gentoo

Debian and derivatives (Ubuntu, Deepin, Elementary OS, Pop! OS, etc...)

Download the latest .deb package from our releases page and install it with:

sudo dpkg -i komorebi_2.2.0-1.deb

(or by double-clicking on the downloaded file.)

If you'd like to compile Komorebi from source instead, you'll need to install the following dependencies:

sudo apt install meson valac libgtk-3-dev libgee-0.8-dev libclutter-gtk-1.0-dev libclutter-1.0-dev libwebkit2gtk-4.0-dev libclutter-gst-3.0-dev

and jump to the compiling section.

Fedora / OpenSUSE

Fedora uses Wayland by default, which Komorebi doesn't support yet. You will have to switch to Xorg for the meantime.

Grab the appropriate rpm from here, and install it.

sudo rpm -ivh komorebi-2.2.0-9.1.x86_64.rpm

If you'd like to compile Komorebi from source instead, you'll need to install the following dependencies:

sudo dnf install meson vala gcc-c++ gtk3-devel clutter-devel clutter-gtk-devel clutter-gst3-devel webkit2gtk3-devel libgee-devel gstreamer1-libav

and jump to the compiling section.

Arch Linux and derivatives (Manjaro, etc...)

Install from the AUR:

yay -S komorebi

or grab the required dependencies:

sudo pacman -S meson vala gtk3 clutter clutter-gtk clutter-gst libgee

and jump to the compiling section.

Compiling

Run the following:

git clone https://github.com/Komorebi-Fork/komorebi.git
cd komorebi
meson build && cd build && meson compile

To install the compiled package:

meson install

Using Komorebi

Simply run komorebi, or open your application launcher and look for Komorebi.

Komorebi displays behind all other windows, so you may not notice anything if you have a fullscreen application running.

Optional arguments:

  • --single-screen: forces Komorebi to run on the main screen only
  • version or --version: prints current version

Change wallpaper & desktop preferences

Komorebi's preferences (including the wallpaper selector) can be accessed from the bubble menu, available by right-clicking on the desktop.

s1

Create custom wallpapers

Komorebi provides a simple tool to create your own wallpapers! Simply run komorebi-wallpaper-creator or open your application launcher and search for Wallpaper Creator.

s1

You can use either an image, a video, or a web page as a wallpaper and you have many different options to customize your very own wallpaper!

Uninstalling

If you manually installed Komorebi, run the following on the cloned repository folder:

cd build
sudo ninja uninstall

If you didn't compile Komorebi from source, you can uninstall it through your package manager in the same way you would uninstall any other package.

Questions? Issues?

Komorebi is slow. What can I do about it?

Komorebi includes support for video wallpapers that might slow your computer down. We've put together a few tips that you can use to increase performance on the wiki.

You can also disable support for video wallpapers altogether in 'Desktop Preferences' → uncheck 'Enable Video Wallpapers'.

note: you need to quit and re-open Komorebi after changing this option

Komorebi is crashing and I'm using two or more screens!

This is a known bug. There's currently no solution for this, but if you have any ideas we'd love to hear from you!

For now, you can force Komorebi to display on the main screen only by running it with --single-screen.

After uninstalling, my desktop isn't working right (blank or no icons)

The latest version should already have a fix for this issue. If you've already uninstalled Komorebi and would like to fix the issue, simply run this (in the Terminal): curl -s https://raw.githubusercontent.com/Komorebi-Fork/komorebi/master/data/Other/postrm | bash -s

If your issue has not already been reported, please report it here.

Thanks To:

Pete Lewis (@PJayB) for adding multi-monitor support

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