95 lines
3.6 KiB
XML
95 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="org.gnome.shell.extensions.blur-my-shell" path="/org/gnome/shell/extensions/blur-my-shell/">
|
|
<!-- SIGMA -->
|
|
<key type="i" name="sigma">
|
|
<default>7</default>
|
|
<summary>Global sigma (gaussian blur radius) to use</summary>
|
|
<description />
|
|
</key>
|
|
<!-- BRIGHTNESS -->
|
|
<key type="d" name="brightness">
|
|
<default>1</default>
|
|
<summary>Global brightness to use</summary>
|
|
<description />
|
|
</key>
|
|
<!-- BLUR DASH -->
|
|
<key type="b" name="blur-dash">
|
|
<default>true</default>
|
|
<summary>Boolean, whether to blur the dash or not</summary>
|
|
<description />
|
|
</key>
|
|
<!-- BLUR PANEL -->
|
|
<key type="b" name="blur-panel">
|
|
<default>true</default>
|
|
<summary>Boolean, whether to blur the panel or not</summary>
|
|
<description />
|
|
</key>
|
|
<!-- BLUR OVERVIEW -->
|
|
<key type="b" name="blur-overview">
|
|
<default>true</default>
|
|
<summary>Boolean, whether to blur the overview or not</summary>
|
|
<description />
|
|
</key>
|
|
<!-- BLUR LOCKSCREEN -->
|
|
<key type="b" name="blur-lockscreen">
|
|
<default>true</default>
|
|
<summary>Boolean, whether to blur lockscreen or not</summary>
|
|
<description />
|
|
</key>
|
|
<!-- BLUR APPFOLDERS -->
|
|
<key type="b" name="blur-appfolders">
|
|
<default>true</default>
|
|
<summary>Boolean, whether to blur appfolders or not</summary>
|
|
<description />
|
|
</key>
|
|
<!-- BLUR WINDOW LIST -->
|
|
<key type="b" name="blur-window-list">
|
|
<default>true</default>
|
|
<summary>Boolean, whether to blur window list extension or not</summary>
|
|
<description />
|
|
</key>
|
|
<!-- BLUR APPLICATIONS -->
|
|
<key type="b" name="blur-applications">
|
|
<default>false</default>
|
|
<summary>Boolean, whether to blur applications that request it or not</summary>
|
|
<description />
|
|
</key>
|
|
<!-- HACKS LEVEL -->
|
|
<key type="i" name="hacks-level">
|
|
<default>1</default>
|
|
<summary>Level of hacks to use (from 0 to 2)</summary>
|
|
<description />
|
|
</key>
|
|
<!-- DASH OPACITY -->
|
|
<key type="d" name="dash-opacity">
|
|
<default>0.12</default>
|
|
<summary>Opacity of dash to use</summary>
|
|
<description />
|
|
</key>
|
|
<!-- APPFOLDER DIALOG OPACITY -->
|
|
<key type="d" name="appfolder-dialog-opacity">
|
|
<default>0.12</default>
|
|
<summary>Opacity of appfolder dialog to use</summary>
|
|
<description />
|
|
</key>
|
|
<!-- STATIC BLUR -->
|
|
<key type="b" name="static-blur">
|
|
<default>true</default>
|
|
<summary>Boolean, whether to have a static blur on panel or a dynamic one</summary>
|
|
<description />
|
|
</key>
|
|
<!-- HIDETOPBAR -->
|
|
<key type="b" name="hidetopbar">
|
|
<default>false</default>
|
|
<summary>Boolean, whether to try compatibility with hidetopbar@mathieu.bidon.ca or not</summary>
|
|
<description />
|
|
</key>
|
|
<!-- DEBUG -->
|
|
<key type="b" name="debug">
|
|
<default>false</default>
|
|
<summary>Boolean, set to true to activate debug mode (more verbose journalctl logs)</summary>
|
|
<description />
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|