(n) sunlight filtering through trees.
--- ## What is Komorebi? Komorebi is an awesome background manager for all Linux platforms. It provides fully customizeable backgrounds that can be tweaked at any time! Wallpapers included by default range from animated ones, still, and gradients! See screenshots below.- Download
Komorebi
from the Komorebi releases page. - Install Komorebi using your favorite package installer (aka. double click on it)
- Launch Komorebi!
- You need libgtop2-dev, libgtk-3-dev, cmake, and valac
git clone https://github.com/iabem97/komorebi.git
cd komorebi
mkdir build && cd build
cmake .. && sudo make install && ./komorebi
Configuration can be done in a single file located in your home directory ~/.Komorebi.prop
- To change the background/wallpaper, change BackgroundName's value to the name of the wallpaper you want (wallpapers are located in /System/Resources/Komorebi/)
- To show system stats on the top, change ShowInfoBox's value to true (false if otherwise)
- To make system stats's dark, change DarkInfoBox's value to true (false if otherwise)
Making/Customizing a wallpaper for Komorebi is very easy, and can be done in minutes.