Add PreferencesPage to select to change icon

This commit is contained in:
sonichy
2025-06-08 11:13:26 +08:00
parent e16430ac27
commit 9d5b0a987f
11 changed files with 299 additions and 20 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.gnome.shell.extensions.HTYMenu" path="/org/gnome/shell/extensions/HTYMenu/">
<key name="icon-name" type="s">
<default>""</default>
<summary>Set icon name</summary>
<description>Show icon by name in statusbar</description>
</key>
</schema>
</schemalist>