bc236f3a4d
The KWin::Borders element is provided by an extension plugin. The reason for that is to be able to use it from e.g. the kcm or Plasmate without needing to compile the code in. But this results in Aurorae itself not being able to access the element. The solution is to first load our decoration plugin and afterwards register the borders element again with the version compiled in from Aurorae. With that we can now read all borders and paddings without using properties. Also we could connect to change signals and have the borders and padding handling completely stateful. Might be an idea for extending the decoration library... |
||
---|---|---|
.. | ||
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.