Skip to content

Commit c993bc3

Browse files
committed
fix(custom-command-menu): add menu icon settings to dconf distro database
The extension uses its own bundled schema dir via getSettings(), so gschema overrides have no effect. Move the menu display settings (icon, location, arrow) into the dconf distro database where the extension actually reads them.
1 parent 30d3d37 commit c993bc3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

system_files/bluefin/etc/dconf/db/distro.d/04-bluefin-custom-command-menu

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# https://github.com/StorageB/custom-command-menu
33

44
[org/gnome/shell/extensions/custom-command-list]
5+
menuoptions-setting=2
6+
menuicon-setting='ublue-logo-symbolic'
7+
menulocation-setting=0
8+
show-arrow=false
59
command-order=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]
610

711
entryrow1a-setting='---$(hostname)'

0 commit comments

Comments
 (0)