You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnome-shell-extension-arcmenu/SOURCES/0001-Customize-Arc-Menu.patch

47 lines
1.9 KiB

From a0142331f61d9714839bc1338ca6f63ab5c96e0c Mon Sep 17 00:00:00 2001
From: Alexey Lyubimov <a.lyubimov@softline.com>
Date: Fri, 16 Feb 2024 12:22:35 +0300
Subject: [PATCH] Customize-Arc-Menu
---
schemas/org.gnome.shell.extensions.arc-menu.gschema.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
index 5e65176..c775625 100644
--- a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
@@ -80,7 +80,7 @@
<description>Menu position alignment 0 = Left, 50 = Center, 100 = Right</description>
</key>
<key name="menu-layout" enum="org.gnome.shell.extensions.arc-menu.menulayout">
- <default>'Default'</default>
+ <default>'Windows'</default>
<summary>menu layout</summary>
<description>Menu Layout</description>
</key>
@@ -340,17 +340,17 @@
<description>Text of the menu button.</description>
</key>
<key name="menu-button-icon" enum="org.gnome.shell.extensions.arc-menu.menu-button-icon">
- <default>'Arc_Menu_Icon'</default>
+ <default>'Custom_Icon'</default>
<summary>Icon of the menu button.</summary>
<description>Icon of the menu button.</description>
</key>
<key type="s" name="custom-menu-button-icon">
- <default>''</default>
+ <default>'/usr/share/icons/hicolor/256x256/apps/fedora-logo-icon.png'</default>
<summary>File path of the custom icon for the menu button.</summary>
<description>File path of the custom icon for the menu button.</description>
</key>
<key type="d" name="custom-menu-button-icon-size">
- <default>20</default>
+ <default>44</default>
<summary>Size of the icon in percentage.</summary>
<description>Size of the icon in percentage.</description>
</key>
--
2.39.3