ADD: working button to control boolean float
This commit is contained in:
BIN
schemas/gschemas.compiled
Normal file
BIN
schemas/gschemas.compiled
Normal file
Binary file not shown.
15
schemas/org.gnome.shell.extensions.floatbar.gschema.xml
Normal file
15
schemas/org.gnome.shell.extensions.floatbar.gschema.xml
Normal 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>
|
||||
Reference in New Issue
Block a user