Madobe(窓辺, まどべ) is a highly customizable KWin window decoration.
TODO
$ sudo apt install cmake extra-cmake-modules
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo cp madobedecoration.so /usr/lib/qt6/plugins/org.kde.kdecoration2/
$ sudo cp madobedecoration.so /usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/
Madobe as is a kind of theme engine. The config file is /etc/madobe.conf
and
themes are stored under /usr/share/madobe/themes/
.
A theme is structured as
theme-name/
|- images/
|- metadata.desktop
+- theme.json
TODO
Madobe is developed under MIT License. For the detail, see the LICENSE file.