forked from rliang/gnome-shell-extension-task-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschema.gschema.xml
30 lines (30 loc) · 1.32 KB
/
schema.gschema.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<schemalist>
<schema id="org.gnome.shell.extensions.taskicons-tttom64" path="/org/gnome/shell/extensions/taskicons-tttom64/">
<key name="show-workspace-numbers" type="b">
<default>true</default>
<summary>Show Workspace Numbers</summary>
<description>Whether to display workspace numbers.</description>
</key>
<key name="highlight-current-workspace" type="b">
<default>true</default>
<summary>Highlight Current Workspace</summary>
<description>Whether to display the current workspace's icon box as a focused panel button.</description>
</key>
<key name="icons-on-right" type="b">
<default>false</default>
<summary>Icons on right</summary>
<description>Whether to place the icons on the right side of the panel instead of the left.</description>
</key>
<key name="icons-before-app-menu" type="b">
<default>false</default>
<summary>Icons Before App Menu</summary>
<description>Whether to place the icons before the app menu instead of after.</description>
</key>
<key name="inactive-workspace-opacity" type="d">
<range min="0" max="255"/>
<default>255</default>
<summary>Inactive Workspace Opacity</summary>
<description>The opacity level of inactive workspace icon boxes.</description>
</key>
</schema>
</schemalist>