Files
dotfiles/gnome/.local/share/gnome-shell/extensions/notification-banner-reloaded@marcinjakubowski.github.com/schemas/org.gnome.shell.extensions.notification-banner-reloaded.gschema.xml

54 lines
1.8 KiB
XML

<schemalist gettext-domain="gnome-shell-extensions">
<schema id="org.gnome.shell.extensions.notification-banner-reloaded"
path="/org/gnome/shell/extensions/notification-banner-reloaded/">
<key type="i" name="animation-time">
<default>200</default>
<summary>Duration of the show/hide animation</summary>
<description>Duration of the show/hide animation, in milliseconds</description>
<range min="100" max="5000"/>
</key>
<key type="i" name="anchor-vertical">
<default>0</default>
<summary>Vertical position of the banner</summary>
<description></description>
<range min="0" max="2"/>
</key>
<key type="i" name="anchor-horizontal">
<default>2</default>
<summary>Horizontal position of the banner</summary>
<description></description>
<range min="0" max="2"/>
</key>
<key type="i" name="padding-vertical">
<default>0</default>
<summary>Vertical padding of the banner</summary>
<description></description>
<range min="0" max="1000"/>
</key>
<key type="i" name="padding-horizontal">
<default>0</default>
<summary>Horizontal padding of the banner</summary>
<description></description>
<range min="0" max="1000"/>
</key>
<key type="i" name="animation-direction">
<default>2</default>
<summary>Animation direction</summary>
<description></description>
<range min="0" max="3"/>
</key>
<key type="i" name="always-minimized">
<default>0</default>
<summary>Always minimized notifications by default (ignores urgency of notification)</summary>
<description></description>
<range min="0" max="1"/>
</key>
</schema>
</schemalist>