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

65 lines
2.7 KiB

From 54def8303329e0321e8b91b07585c4b204dc7580 Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com>
Date: Wed, 9 Aug 2023 18:03:33 +0300
Subject: [PATCH 1/3] Customize Arc Menu
---
.../org.gnome.shell.extensions.arcmenu.gschema.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
index 9638cb6..450b222 100644
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
@@ -124,7 +124,7 @@
<description>Menu position alignment 0 = Left, 50 = Center, 100 = Right</description>
</key>
<key name="menu-layout" enum="org.gnome.shell.extensions.arcmenu.menulayout">
- <default>'Default'</default>
+ <default>'Windows'</default>
<summary>menu layout</summary>
<description>Menu Layout</description>
</key>
@@ -614,7 +614,7 @@
<description>Text of the menu button.</description>
</key>
<key name="menu-button-icon" enum="org.gnome.shell.extensions.arcmenu.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>
@@ -629,12 +629,12 @@
<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>
@@ -649,12 +649,12 @@
<description>Menu button position offset for main panel</description>
</key>
<key type="b" name="menu-button-override-border-radius">
- <default>false</default>
+ <default>true</default>
<summary>Override border radius styling of the menu button</summary>
<description>Override border radius of the menu button.</description>
</key>
<key type="i" name="menu-button-border-radius">
- <default>0</default>
+ <default>10</default>
<summary>The border radius size of the menu button</summary>
<description>The border radius size of the menu button.</description>
</key>
--
2.41.0