--- a/pidgin/plugins/transparency/im.pidgin.Pidgin.plugin.Transparency.gschema.xml Wed Mar 29 23:22:41 2023 -0500 +++ b/pidgin/plugins/transparency/im.pidgin.Pidgin.plugin.Transparency.gschema.xml Wed Mar 29 23:32:07 2023 -0500 @@ -1,62 +1,29 @@ <?xml version="1.0" encoding="utf-8"?> <schemalist> <schema path="/pidgin/plugins/transparency/" id="im.pidgin.Pidgin.plugin.Transparency"> - <key name="im-enabled" type="b"> - <default>false</default> - <summary>IM window transparency</summary> + <key name="alpha" type="i"> + <default>255</default> + <range min="50" max="255"/> + <summary>Transparency level</summary> <description> - Whether to enable transparency of IM windows. + The opacity applied to a window. </description> </key> - <key name="im-alpha" type="i"> - <default>255</default> - <range min="0" max="255"/> - <summary>IM transparency level</summary> + <key name="slider" type="b"> + <default>false</default> + <summary>Show slider bar in windows</summary> <description> - The opacity applied to an IM window. - </description> - </key> - - <key name="im-slider" type="b"> - <default>false</default> - <summary>Show slider bar in IM windows</summary> - <description> - Shows a slider bar in IM windows with which the transparency level may + Shows a slider bar in windows with which the transparency level may be modified. </description> </key> - <key name="im-solid-onfocus" type="b"> + <key name="solid-on-focus" type="b"> <default>false</default> - <summary>Remove IM window transparency on focus</summary> - <description> - Whether to make an IM window opaque whenever it has focus. - </description> - </key> - - <key name="bl-enabled" type="b"> - <default>false</default> - <summary>Buddy List window transparency</summary> + <summary>Remove window transparency on focus</summary> <description> - Whether to enable transparency of the Buddy List window. - </description> - </key> - - <key name="bl-alpha" type="i"> - <default>255</default> - <range min="0" max="255"/> - <summary>Buddy List transparency level</summary> - <description> - The opacity applied to the Buddy List window. - </description> - </key> - - <key name="bl-solid-onfocus" type="b"> - <default>false</default> - <summary>Remove Buddy List window transparency on focus</summary> - <description> - Whether to make the Buddy List window opaque whenever it has focus. + Whether to make a window opaque whenever it has focus. </description> </key> </schema>