parent
2b6fff318c
commit
af1a4c9861
@ -0,0 +1,64 @@
|
||||
From 986451b8b453d3a0859e21f8d60325275fd62376 Mon Sep 17 00:00:00 2001
|
||||
From: tigro <arkadiy.sheyn@softline.com>
|
||||
Date: Wed, 9 Aug 2023 18:03:33 +0300
|
||||
Subject: [PATCH] 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..72f2c3a 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
|
||||
|
@ -1,21 +0,0 @@
|
||||
diff -urN ArcMenu-v27.orig/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml ArcMenu-v27/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
--- ArcMenu-v27.orig/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml 2023-06-25 20:05:42.566386765 +0300
|
||||
+++ ArcMenu-v27/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml 2023-06-25 20:11:38.738217405 +0300
|
||||
@@ -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>
|
||||
@@ -634,7 +634,7 @@
|
||||
<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>26</default>
|
||||
<summary>Size of the icon in percentage.</summary>
|
||||
<description>Size of the icon in percentage.</description>
|
||||
</key>
|
Loading…
Reference in new issue