mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 16:57:43 +00:00
Add a KWin decoration package under kwin/decorations and install it into share/kwin/decorations. The QML theme defines Shift titlebar colors, button rendering, and maximized border geometry. Wire the new decorations subdirectory from kwin/CMakeLists.txt.
14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"KPackageStructure": "KWin/Decoration",
|
|
"KPlugin": {
|
|
"Authors": [
|
|
{
|
|
"Name": "SHIFT Contributors"
|
|
}
|
|
],
|
|
"Description": "Shift window decoration",
|
|
"Id": "org.shift.decoration",
|
|
"License": "GPL-2.0-or-later",
|
|
"Name": "Shift"
|
|
}
|
|
}
|