Add setting for changing app icon style to symbolic

This commit is contained in:
Maxim Shpak
2024-02-17 18:09:44 +03:00
parent 42eba9b119
commit cccbdcdaa2
6 changed files with 49 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-shell-extensions">
<enum id='org.gnome.shell.extensions.dash-to-panel.appiconStyle'>
<value value='0' nick='NORMAL'/>
<value value='1' nick='SYMBOLIC'/>
</enum>
<enum id='org.gnome.shell.extensions.dash-to-panel.dotStyle'>
<value value='0' nick='DOTS'/>
<value value='1' nick='SQUARES'/>
@@ -119,6 +123,11 @@
<summary>Dot position</summary>
<description>Running indicators are shown on the Bottom or Top of the screen.</description>
</key>
<key name="appicon-style" enum="org.gnome.shell.extensions.dash-to-panel.appiconStyle">
<default>'NORMAL'</default>
<summary>Style of Appicons</summary>
<description>Style of Appicons</description>
</key>
<key name="dot-style-focused" enum="org.gnome.shell.extensions.dash-to-panel.dotStyle">
<default>'METRO'</default>
<summary>Style of the running indicator (focused)</summary>