mirror of
https://gitlab.gnome.org/june/top-bar-organizer.git
synced 2026-01-11 08:46:34 +01:00
New: Add new top bar items to box orders on enable
Introduce box orders, which allow this extension to save the order top bar items should be in. On extension enable, save new top bar items to those box orders.
This commit is contained in:
parent
2851fe3aaa
commit
f8488a97f4
3 changed files with 84 additions and 1 deletions
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
<schema id="org.gnome.shell.extensions.top-bar-organizer" path="/org/gnome/shell/extensions/top-bar-organizer/">
|
||||
<key name="left-box-order" type="as">
|
||||
<description>Order of items in the left box of the top bar.</description>
|
||||
<default>[]</default>
|
||||
</key>
|
||||
<key name="center-box-order" type="as">
|
||||
<description>Order of items in the center box of the top bar.</description>
|
||||
<default>[]</default>
|
||||
</key>
|
||||
<key name="right-box-order" type="as">
|
||||
<description>Order of items in the right box of the top bar.</description>
|
||||
<default>[]</default>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
Loading…
Add table
Add a link
Reference in a new issue