ADD: make install and dist folder with compiled extension

This commit is contained in:
2024-07-01 10:25:22 +01:00
parent 4f1f7aa9c8
commit faaf3a4840
7 changed files with 173 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<schema id="org.gnome.shell.extensions.my-extension" path="/org/gnome/shell/extensions/my-extension/">
<key name="padding-inner" type="i">
<default>8</default>
<summary>Inner padding</summary>
<description>Padding between windows</description>
</key>
<key name="float" type="b">
<default>true</default>
<summary>Floating</summary>
<description>Whether the topbar floats or not</description>
</key>
</schema>
</schemalist>