mirror of
https://gitlab.com/thebiblelover7/dotfiles.git
synced 2025-12-13 19:53:49 +00:00
initial commit
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,119 @@
|
||||
<schemalist>
|
||||
<schema id="org.gnome.shell.extensions.dynamic-panel-transparency" path="/org/gnome/shell/extensions/dynamic-panel-transparency/">
|
||||
<key name="transition-speed" type="i">
|
||||
<default>1000</default>
|
||||
<summary>Transition Speed</summary>
|
||||
<description>How fast the panel fades in and out.</description>
|
||||
</key>
|
||||
<key name="maximized-opacity" type="i">
|
||||
<default>255</default>
|
||||
<summary>Maximized Opacity</summary>
|
||||
<description>The opacity of the panel when there are maximized windows [0-255].</description>
|
||||
</key>
|
||||
<key name="unmaximized-opacity" type="i">
|
||||
<default>0</default>
|
||||
<summary>Unmaximized Opacity</summary>
|
||||
<description>The opacity of the panel when there are no maximized windows [0-255].</description>
|
||||
</key>
|
||||
<key name="hide-corners" type="b">
|
||||
<default>true</default>
|
||||
<summary>Hide Corners</summary>
|
||||
<description>Hides the rounded corners of the panel. (improves fade aesthetic)</description>
|
||||
</key>
|
||||
<key name="force-animation" type="b">
|
||||
<default>false</default>
|
||||
<summary>Force Animation</summary>
|
||||
<description>Overrides 'gtk-enable-animations' on installations where animations are disabled.</description>
|
||||
</key>
|
||||
<key name="panel-color" type="ai">
|
||||
<default>[0,0,0]</default>
|
||||
<summary>Panel Color</summary>
|
||||
<description>The background color of the panel.</description>
|
||||
</key>
|
||||
<key name="enable-opacity" type="b">
|
||||
<default>false</default>
|
||||
<summary>Enable custom opacities</summary>
|
||||
<description>Whether to enable custom opacities or use the theme values.</description>
|
||||
</key>
|
||||
<key name="enable-background-color" type="b">
|
||||
<default>false</default>
|
||||
<summary>Enable custom background color</summary>
|
||||
<description>Whether to enable custom coloring or use the theme value.</description>
|
||||
</key>
|
||||
<key name="text-shadow" type="b">
|
||||
<default>false</default>
|
||||
<summary>Add shadowing to text</summary>
|
||||
<description>Adds a shadowing effect to make the panel's text readable on light backgrounds.</description>
|
||||
</key>
|
||||
<key name="icon-shadow" type="b">
|
||||
<default>false</default>
|
||||
<summary>Add shadowing to icons</summary>
|
||||
<description>Adds a shadowing effect to make the panel's icons visible on light backgrounds.</description>
|
||||
</key>
|
||||
<key name="text-shadow-position" type="(iii)">
|
||||
<default>(0,3,5)</default>
|
||||
<summary>Text shadow position</summary>
|
||||
<description>The position of the text shadow. (h-offset, v-offset, radius)</description>
|
||||
</key>
|
||||
<key name="icon-shadow-position" type="(iii)">
|
||||
<default>(0,2,5)</default>
|
||||
<summary>Icon shadow position</summary>
|
||||
<description>The position of the icon shadow. (h-offset, v-offset, radius)</description>
|
||||
</key>
|
||||
<key name="icon-shadow-color" type="(iiid)">
|
||||
<default>(0,0,0,0.5)</default>
|
||||
<summary>Color of shadowing for icons.</summary>
|
||||
<description>The color of the icon shadow. (red, green, blue, alpha)</description>
|
||||
</key>
|
||||
<key name="text-shadow-color" type="(iiid)">
|
||||
<default>(0,0,0,1.0)</default>
|
||||
<summary>Color of shadowing for text.</summary>
|
||||
<description>The color of the text shadow. (red, green, blue, alpha)</description>
|
||||
</key>
|
||||
<key name="text-color" type="(iii)">
|
||||
<default>(255,255,255)</default>
|
||||
<summary>What color the panel text should be.</summary>
|
||||
<description>What color the panel text should be.</description>
|
||||
</key>
|
||||
<key name="maximized-text-color" type="(iii)">
|
||||
<default>(255,255,255)</default>
|
||||
<summary>What color the maximized panel text should be.</summary>
|
||||
<description>What color the panel text should be when windows are maximized</description>
|
||||
</key>
|
||||
<key name="enable-text-color" type="b">
|
||||
<default>false</default>
|
||||
<summary>Enable custom text color</summary>
|
||||
<description>Whether to enable custom primary text coloring or use the user's theme values.</description>
|
||||
</key>
|
||||
<key name="enable-maximized-text-color" type="b">
|
||||
<default>false</default>
|
||||
<summary>Enable custom maximized text color</summary>
|
||||
<description>Whether to enable custom secondary text coloring when a window is maximized or not.</description>
|
||||
</key>
|
||||
<key name="enable-overview-text-color" type="b">
|
||||
<default>false</default>
|
||||
<summary>Enable custom overview text color</summary>
|
||||
<description>Whether to enable secondary custom text coloring when the overview is visible.</description>
|
||||
</key>
|
||||
<key name="remove-panel-styling" type="b">
|
||||
<default>false</default>
|
||||
<summary>Remove incompatible theming</summary>
|
||||
<description>Whether certain usually incompatible theme styles should be removed.</description>
|
||||
</key>
|
||||
<key name="transition-type" type="i">
|
||||
<default>1</default>
|
||||
<summary>Transition type</summary>
|
||||
<description>The transition function used on the panel</description>
|
||||
</key>
|
||||
<key name="transition-with-overview" type="b">
|
||||
<default>true</default>
|
||||
<summary>Transition with overview</summary>
|
||||
<description>Transition the panel at the same time as the overview</description>
|
||||
</key>
|
||||
<key name="transition-windows-touch" type="b">
|
||||
<default>true</default>
|
||||
<summary>Transition when windows touch the panel</summary>
|
||||
<description>Transition when windows touch the panel</description>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
Reference in New Issue
Block a user