mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 07:09:07 +00:00
36 lines
1.5 KiB
XML
36 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
This file is part of Top-Bar-Organizer (a Gnome Shell Extension for
|
|
organizing your Gnome Shell top bar).
|
|
Copyright (C) 2021 Julian Schacher
|
|
|
|
Top-Bar-Organizer is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
-->
|
|
<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>
|