mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Add setting for changing app icon style to symbolic
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user