Change Menu icon

i9ce changed/i9/gnome-shell-extension-arcmenu-27-2.el9
Arkady L. Shane 1 year ago
parent 2b6fff318c
commit af1a4c9861
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -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>

@ -5,12 +5,12 @@
Summary: Gnome shell extension designed to replace the standard menu
Name: gnome-shell-extension-arcmenu
Version: 27
Release: 1%{dist}
Release: 2%{dist}
License: GPLv2
URL: https://gitlab.com/arcmenu/ArcMenu/
Source0: https://gitlab.com/arcmenu/ArcMenu/-/archive/v%{version}/ArcMenu-v%{version}.tar.bz2
Patch0: ArcMenu-v27-scheme.patch
Patch0: 0001-Customize-Arc-Menu.patch
BuildArch: noarch
@ -60,5 +60,8 @@ find %{buildroot} -type f -exec chmod 644 {} \;
%{_datadir}/gnome-shell/extensions/%{uuid}/searchProviders
%changelog
* Wed Aug 9 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 27-2
- Change Menu icon
* Sun Jun 25 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 27-1
- initial build for MSVSphere 9.2

Loading…
Cancel
Save