123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488 |
- <?xml version="1.0" encoding="UTF-8"?>
- <schemalist>
- <!-- GENERAL -->
- <schema id="org.gnome.shell.extensions.blur-my-shell"
- path="/org/gnome/shell/extensions/blur-my-shell/">
- <!-- SIGMA -->
- <key type="i" name="sigma">
- <default>30</default>
- <summary>Global gaussian sigma to use</summary>
- </key>
- <!-- BRIGHTNESS -->
- <key type="d" name="brightness">
- <default>0.6</default>
- <summary>Global brightness to use</summary>
- </key>
- <!-- COLOR -->
- <key type="(dddd)" name="color">
- <default>(0.,0.,0.,0.)</default>
- <summary>Color to mix with the blur effect</summary>
- </key>
- <!-- NOISE AMOUNT -->
- <key type="d" name="noise-amount">
- <default>0.</default>
- <summary>Amount of noise to add to the blur effect</summary>
- </key>
- <!-- NOISE LIGHTNESS -->
- <key type="d" name="noise-lightness">
- <default>0.</default>
- <summary>Lightness of the noise added to the blur effect</summary>
- </key>
- <!-- COLOR AND NOISE -->
- <key type="b" name="color-and-noise">
- <default>true</default>
- <summary>Boolean, controls wether or not the color and noise effects are in use globally</summary>
- </key>
- <!-- HACKS LEVEL -->
- <key type="i" name="hacks-level">
- <default>1</default>
- <summary>Level of hacks to use (from 0 to 3, 3 disabling clipped redraws entirely)</summary>
- </key>
- <!-- DEBUG -->
- <key type="b" name="debug">
- <default>false</default>
- <summary>Boolean, set to true to activate debug mode (more verbose journalctl logs)</summary>
- </key>
- <child name='overview' schema='org.gnome.shell.extensions.blur-my-shell.overview'></child>
- <child name='appfolder' schema='org.gnome.shell.extensions.blur-my-shell.appfolder'></child>
- <child name='panel' schema='org.gnome.shell.extensions.blur-my-shell.panel'></child>
- <child name='dash-to-dock' schema='org.gnome.shell.extensions.blur-my-shell.dash-to-dock'></child>
- <child name='applications' schema='org.gnome.shell.extensions.blur-my-shell.applications'></child>
- <child name='screenshot' schema='org.gnome.shell.extensions.blur-my-shell.screenshot'></child>
- <child name='lockscreen' schema='org.gnome.shell.extensions.blur-my-shell.lockscreen'></child>
- <child name='window-list' schema='org.gnome.shell.extensions.blur-my-shell.window-list'></child>
- <child name='hidetopbar' schema='org.gnome.shell.extensions.blur-my-shell.hidetopbar'></child>
- <child name='dash-to-panel' schema='org.gnome.shell.extensions.blur-my-shell.dash-to-panel'></child>
- </schema>
- <!-- OVERVIEW -->
- <schema id="org.gnome.shell.extensions.blur-my-shell.overview"
- path="/org/gnome/shell/extensions/blur-my-shell/overview/">
- <!-- BLUR -->
- <key type="b" name="blur">
- <default>true</default>
- <summary>Boolean, whether to blur activate the blur for this component or not</summary>
- </key>
- <!-- CUSTOMIZE -->
- <key type="b" name="customize">
- <default>false</default>
- <summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
- </key>
- <!-- SIGMA -->
- <key type="i" name="sigma">
- <default>30</default>
- <summary>Gaussian sigma to use for the blur effect</summary>
- </key>
- <!-- BRIGHTNESS -->
- <key type="d" name="brightness">
- <default>0.6</default>
- <summary>Brightness to use for the blur effect</summary>
- </key>
- <!-- COLOR -->
- <key type="(dddd)" name="color">
- <default>(0.,0.,0.,0.)</default>
- <summary>Color to mix with the blur effect</summary>
- </key>
- <!-- NOISE AMOUNT -->
- <key type="d" name="noise-amount">
- <default>0.</default>
- <summary>Amount of noise to add to the blur effect</summary>
- </key>
- <!-- NOISE LIGHTNESS -->
- <key type="d" name="noise-lightness">
- <default>0.</default>
- <summary>Lightness of the noise added to the blur effect</summary>
- </key>
- <!-- STYLE COMPONENTS -->
- <key type="i" name="style-components">
- <default>1</default>
- <summary>Enum to select the style of the components in overview (0 not styled, 1 light, 2 dark, 3 transparent)</summary>
- </key>
- </schema>
- <!-- APPFOLDER -->
- <schema id="org.gnome.shell.extensions.blur-my-shell.appfolder"
- path="/org/gnome/shell/extensions/blur-my-shell/appfolder/">
- <!-- BLUR -->
- <key type="b" name="blur">
- <default>true</default>
- <summary>Boolean, whether to blur activate the blur for this component or not</summary>
- </key>
- <!-- CUSTOMIZE -->
- <key type="b" name="customize">
- <default>false</default>
- <summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
- </key>
- <!-- SIGMA -->
- <key type="i" name="sigma">
- <default>30</default>
- <summary>Gaussian sigma to use for the blur effect</summary>
- </key>
- <!-- BRIGHTNESS -->
- <key type="d" name="brightness">
- <default>0.6</default>
- <summary>Brightness to use for the blur effect</summary>
- </key>
- <!-- COLOR -->
- <key type="(dddd)" name="color">
- <default>(0.,0.,0.,0.)</default>
- <summary>Color to mix with the blur effect</summary>
- </key>
- <!-- NOISE AMOUNT -->
- <key type="d" name="noise-amount">
- <default>0.</default>
- <summary>Amount of noise to add to the blur effect</summary>
- </key>
- <!-- NOISE LIGHTNESS -->
- <key type="d" name="noise-lightness">
- <default>0.</default>
- <summary>Lightness of the noise added to the blur effect</summary>
- </key>
- <!-- STYLE DIALOGS -->
- <key type="i" name="style-dialogs">
- <default>1</default>
- <summary>Enum to select the style of the appfolder dialogs (0 not styled, 1 transparent, 2 light, 3 dark)</summary>
- </key>
- </schema>
- <!-- PANEL -->
- <schema id="org.gnome.shell.extensions.blur-my-shell.panel"
- path="/org/gnome/shell/extensions/blur-my-shell/panel/">
- <!-- BLUR -->
- <key type="b" name="blur">
- <default>true</default>
- <summary>Boolean, whether to blur activate the blur for this component or not</summary>
- </key>
- <!-- CUSTOMIZE -->
- <key type="b" name="customize">
- <default>false</default>
- <summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
- </key>
- <!-- SIGMA -->
- <key type="i" name="sigma">
- <default>30</default>
- <summary>Gaussian sigma to use for the blur effect</summary>
- </key>
- <!-- BRIGHTNESS -->
- <key type="d" name="brightness">
- <default>0.6</default>
- <summary>Brightness to use for the blur effect</summary>
- </key>
- <!-- COLOR -->
- <key type="(dddd)" name="color">
- <default>(0.,0.,0.,0.)</default>
- <summary>Color to mix with the blur effect</summary>
- </key>
- <!-- NOISE AMOUNT -->
- <key type="d" name="noise-amount">
- <default>0.</default>
- <summary>Amount of noise to add to the blur effect</summary>
- </key>
- <!-- NOISE LIGHTNESS -->
- <key type="d" name="noise-lightness">
- <default>0.</default>
- <summary>Lightness of the noise added to the blur effect</summary>
- </key>
- <!-- STATIC BLUR -->
- <key type="b" name="static-blur">
- <default>true</default>
- <summary>Boolean, whether to use a static or dynamic blur for this component</summary>
- </key>
- <!-- UNBLUR IN OVERVIEW -->
- <key type="b" name="unblur-in-overview">
- <default>true</default>
- <summary>Boolean, whether to disable blur from this component when opening the overview or not</summary>
- </key>
- <!-- FORCE LIGHT TEXT -->
- <key type="b" name="force-light-text">
- <default>false</default>
- <summary>Boolean, whether or not to force the panel to have light text, useful when using light theme</summary>
- </key>
- <!-- OVERRIDE BACKGROUND -->
- <key type="b" name="override-background">
- <default>true</default>
- <summary>Boolean, whether to override the background or not</summary>
- </key>
- <!-- STYLE PANEL -->
- <key type="i" name="style-panel">
- <default>0</default>
- <summary>Enum to select the style of the panel (0 transparent, 1 light, 2 dark, 3 contrasted)</summary>
- </key>
- <!-- UNBLUR DYNAMICALLY -->
- <key type="b" name="override-background-dynamically">
- <default>false</default>
- <summary>Boolean, whether to disable blur from this component when a window is close to the panel</summary>
- </key>
- </schema>
- <!-- DASH TO DOCK -->
- <schema id="org.gnome.shell.extensions.blur-my-shell.dash-to-dock"
- path="/org/gnome/shell/extensions/blur-my-shell/dash-to-dock/">
- <!-- BLUR -->
- <key type="b" name="blur">
- <default>false</default>
- <summary>Boolean, whether to blur activate the blur for this component or not</summary>
- </key>
- <!-- CUSTOMIZE -->
- <key type="b" name="customize">
- <default>false</default>
- <summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
- </key>
- <!-- SIGMA -->
- <key type="i" name="sigma">
- <default>30</default>
- <summary>Gaussian sigma to use for the blur effect</summary>
- </key>
- <!-- BRIGHTNESS -->
- <key type="d" name="brightness">
- <default>0.6</default>
- <summary>Brightness to use for the blur effect</summary>
- </key>
- <!-- COLOR -->
- <key type="(dddd)" name="color">
- <default>(0.,0.,0.,0.)</default>
- <summary>Color to mix with the blur effect</summary>
- </key>
- <!-- NOISE AMOUNT -->
- <key type="d" name="noise-amount">
- <default>0.</default>
- <summary>Amount of noise to add to the blur effect</summary>
- </key>
- <!-- NOISE LIGHTNESS -->
- <key type="d" name="noise-lightness">
- <default>0.</default>
- <summary>Lightness of the noise added to the blur effect</summary>
- </key>
- <!-- STATIC BLUR -->
- <key type="b" name="static-blur">
- <default>true</default>
- <summary>Boolean, whether to use static or dynamic blur for this component</summary>
- </key>
- <!-- OVERRIDE BACKGROUND -->
- <key type="b" name="override-background">
- <default>true</default>
- <summary>Boolean, whether to override the background or not</summary>
- </key>
- <!-- STYLE DASH TO DOCK -->
- <key type="i" name="style-dash-to-dock">
- <default>1</default>
- <summary>Enum to select the style of dash to dock (0 transparent, 1 light, 2 dark)</summary>
- </key>
- <!-- UNBLUR IN OVERVIEW -->
- <key type="b" name="unblur-in-overview">
- <default>false</default>
- <summary>Boolean, whether to disable blur from this component when opening the overview or not</summary>
- </key>
- <!-- CORNER RADIUS -->
- <key type="i" name="corner-radius">
- <default>12</default>
- <summary>Radius for the corner rounding effect</summary>
- </key>
- </schema>
- <!-- APPLICATIONS -->
- <schema id="org.gnome.shell.extensions.blur-my-shell.applications"
- path="/org/gnome/shell/extensions/blur-my-shell/applications/">
- <!-- BLUR -->
- <key type="b" name="blur">
- <default>false</default>
- <summary>Boolean, whether to blur activate the blur for this component or not</summary>
- </key>
- <!-- CUSTOMIZE -->
- <key type="b" name="customize">
- <default>true</default>
- <summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
- </key>
- <!-- SIGMA -->
- <key type="i" name="sigma">
- <default>30</default>
- <summary>Gaussian sigma to use for the blur effect</summary>
- </key>
- <!-- BRIGHTNESS -->
- <key type="d" name="brightness">
- <default>1.</default>
- <summary>Brightness to use for the blur effect</summary>
- </key>
- <!-- COLOR -->
- <key type="(dddd)" name="color">
- <default>(0.,0.,0.,0.)</default>
- <summary>Color to mix with the blur effect</summary>
- </key>
- <!-- NOISE AMOUNT -->
- <key type="d" name="noise-amount">
- <default>0.</default>
- <summary>Amount of noise to add to the blur effect</summary>
- </key>
- <!-- NOISE LIGHTNESS -->
- <key type="d" name="noise-lightness">
- <default>0.</default>
- <summary>Lightness of the noise added to the blur effect</summary>
- </key>
- <!-- OPACITY -->
- <key type="i" name="opacity">
- <default>230</default>
- <summary>Opacity of the window actor on top of the blur effect</summary>
- </key>
- <!-- BLUR ON OVERVIEW -->
- <key type="b" name="blur-on-overview">
- <default>false</default>
- <summary>Wether or not to blur applications on the overview</summary>
- </key>
- <!-- ENABLE ALL -->
- <key type="b" name="enable-all">
- <default>false</default>
- <summary>Wether or not to blur all applications by default</summary>
- </key>
- <!-- WHITELIST -->
- <key type="as" name="whitelist">
- <default>[]</default>
- <summary>List of applications to blur</summary>
- </key>
- <!-- BLACKLIST -->
- <key type="as" name="blacklist">
- <default>["Plank","com.desktop.ding", "Conky"]</default>
- <summary>List of applications not to blur</summary>
- </key>
- </schema>
- <!-- SCREENSHOT -->
- <schema id="org.gnome.shell.extensions.blur-my-shell.screenshot"
- path="/org/gnome/shell/extensions/blur-my-shell/screenshot/">
- <!-- BLUR -->
- <key type="b" name="blur">
- <default>true</default>
- <summary>Boolean, whether to blur activate the blur for this component or not</summary>
- </key>
- <!-- CUSTOMIZE -->
- <key type="b" name="customize">
- <default>false</default>
- <summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
- </key>
- <!-- SIGMA -->
- <key type="i" name="sigma">
- <default>30</default>
- <summary>Gaussian sigma to use for the blur effect</summary>
- </key>
- <!-- BRIGHTNESS -->
- <key type="d" name="brightness">
- <default>0.6</default>
- <summary>Brightness to use for the blur effect</summary>
- </key>
- <!-- COLOR -->
- <key type="(dddd)" name="color">
- <default>(0.,0.,0.,0.)</default>
- <summary>Color to mix with the blur effect</summary>
- </key>
- <!-- NOISE AMOUNT -->
- <key type="d" name="noise-amount">
- <default>0.</default>
- <summary>Amount of noise to add to the blur effect</summary>
- </key>
- <!-- NOISE LIGHTNESS -->
- <key type="d" name="noise-lightness">
- <default>0.</default>
- <summary>Lightness of the noise added to the blur effect</summary>
- </key>
- </schema>
- <!-- LOCKSCREEN -->
- <schema id="org.gnome.shell.extensions.blur-my-shell.lockscreen"
- path="/org/gnome/shell/extensions/blur-my-shell/lockscreen/">
- <!-- BLUR -->
- <key type="b" name="blur">
- <default>true</default>
- <summary>Boolean, whether to blur activate the blur for this component or not</summary>
- </key>
- <!-- CUSTOMIZE -->
- <key type="b" name="customize">
- <default>false</default>
- <summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
- </key>
- <!-- SIGMA -->
- <key type="i" name="sigma">
- <default>30</default>
- <summary>Gaussian sigma to use for the blur effect</summary>
- </key>
- <!-- BRIGHTNESS -->
- <key type="d" name="brightness">
- <default>0.6</default>
- <summary>Brightness to use for the blur effect</summary>
- </key>
- <!-- COLOR -->
- <key type="(dddd)" name="color">
- <default>(0.,0.,0.,0.)</default>
- <summary>Color to mix with the blur effect</summary>
- </key>
- <!-- NOISE AMOUNT -->
- <key type="d" name="noise-amount">
- <default>0.</default>
- <summary>Amount of noise to add to the blur effect</summary>
- </key>
- <!-- NOISE LIGHTNESS -->
- <key type="d" name="noise-lightness">
- <default>0.</default>
- <summary>Lightness of the noise added to the blur effect</summary>
- </key>
- </schema>
- <!-- WINDOW LIST -->
- <schema id="org.gnome.shell.extensions.blur-my-shell.window-list"
- path="/org/gnome/shell/extensions/blur-my-shell/window-list/">
- <!-- BLUR -->
- <key type="b" name="blur">
- <default>true</default>
- <summary>Boolean, whether to blur activate the blur for this component or not</summary>
- </key>
- <!-- CUSTOMIZE -->
- <key type="b" name="customize">
- <default>false</default>
- <summary>Boolean, whether to customize the blur effect sigma/brightness or use general values</summary>
- </key>
- <!-- SIGMA -->
- <key type="i" name="sigma">
- <default>30</default>
- <summary>Gaussian sigma to use for the blur effect</summary>
- </key>
- <!-- BRIGHTNESS -->
- <key type="d" name="brightness">
- <default>0.6</default>
- <summary>Brightness to use for the blur effect</summary>
- </key>
- <!-- COLOR -->
- <key type="(dddd)" name="color">
- <default>(0.,0.,0.,0.)</default>
- <summary>Color to mix with the blur effect</summary>
- </key>
- <!-- NOISE AMOUNT -->
- <key type="d" name="noise-amount">
- <default>0.</default>
- <summary>Amount of noise to add to the blur effect</summary>
- </key>
- <!-- NOISE LIGHTNESS -->
- <key type="d" name="noise-lightness">
- <default>0.</default>
- <summary>Lightness of the noise added to the blur effect</summary>
- </key>
- </schema>
- <!-- HIDETOPBAR -->
- <schema id="org.gnome.shell.extensions.blur-my-shell.hidetopbar"
- path="/org/gnome/shell/extensions/blur-my-shell/hidetopbar/">
- <!-- COMPATIBILITY -->
- <key type="b" name="compatibility">
- <default>false</default>
- <summary>Boolean, whether to try compatibility with hidetopbar@mathieu.bidon.ca or not</summary>
- </key>
- </schema>
- <!-- DASH TO PANEL -->
- <schema id="org.gnome.shell.extensions.blur-my-shell.dash-to-panel"
- path="/org/gnome/shell/extensions/blur-my-shell/dash-to-panel/">
- <!-- COMPATIBILITY -->
- <key type="b" name="blur-original-panel">
- <default>true</default>
- <summary>Boolean, whether to blur the original panel (if option selected) with Dash to Panel</summary>
- </key>
- </schema>
- </schemalist>
|