17103c49a1
The idea behind the ThemeFinder is to expose a way for a configuration module to find all themes. The API is not yet finalized, thus it's just a QObject with a Q_PROPERTY themes of type QVariantMap with key being the user visible name and value being the internal theme name. The ThemeFinder will have to be moved to KDecoration library. The json metadata provides a "themeListKeyword" which is used as the keyword to the KPluginFactory. |
||
---|---|---|
.. | ||
src | ||
themes | ||
AUTHORS | ||
CMakeLists.txt | ||
README | ||
theme-description | ||
TODO |
Aurorae is a themeable window decoration for KWin. It supports theme files consisting of several SVG files for decoration and buttons. Themes can be installed and selected directly in the configuration module of KWin decorations. Please have a look at theme-description on how to write a theme file.