- Set 48 px size for Menu icon

- Disable open menu shortcut
i10ce changed/i10ce/gnome-shell-extension-arcmenu-63-2.el10
Arkady L. Shane 2 days ago
parent b28a603d10
commit 7c5e194415
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,14 +1,14 @@
From 74341cb42604f014f11362cb4ee428ee12f010ac Mon Sep 17 00:00:00 2001 From 4e784f20c090cd6e27aa7e70ead95fde238b657c Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru> From: tigro <tigro@msvsphere-os.ru>
Date: Mon, 23 Dec 2024 14:06:21 +0300 Date: Mon, 23 Dec 2024 14:06:21 +0300
Subject: [PATCH 1/3] Customize Arc Menu Subject: [PATCH] Customize Arc Menu
--- ---
schemas/org.gnome.shell.extensions.arcmenu.gschema.xml | 8 ++++---- .../org.gnome.shell.extensions.arcmenu.gschema.xml | 12 ++++++------
1 file changed, 4 insertions(+), 4 deletions(-) 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 diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
index 4311e18..dc1c467 100644 index 4311e18..e826b80 100644
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml --- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml +++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
@@ -134,7 +134,7 @@ @@ -134,7 +134,7 @@
@ -29,6 +29,15 @@ index 4311e18..dc1c467 100644
<summary>Display on all monitors</summary> <summary>Display on all monitors</summary>
</key> </key>
<key type="b" name="show-activities-button"> <key type="b" name="show-activities-button">
@@ -476,7 +476,7 @@
<summary>Show/Hide Activities Button in panel</summary>
</key>
<key name="arcmenu-hotkey" type="as">
- <default>['Super_L']</default>
+ <default>[]</default>
<summary>Keybind to open ArcMenu</summary>
</key>
<key name="runner-hotkey" type="as">
@@ -552,7 +552,7 @@ @@ -552,7 +552,7 @@
<summary>Text of the menu button.</summary> <summary>Text of the menu button.</summary>
</key> </key>
@ -38,7 +47,7 @@ index 4311e18..dc1c467 100644
<summary>Icon type for the menu button.</summary> <summary>Icon type for the menu button.</summary>
</key> </key>
<key name="arc-menu-icon" type="i"> <key name="arc-menu-icon" type="i">
@@ -564,7 +564,7 @@ @@ -564,11 +564,11 @@
<summary>Distro icon integer value for the menu button.</summary> <summary>Distro icon integer value for the menu button.</summary>
</key> </key>
<key type="s" name="custom-menu-button-icon"> <key type="s" name="custom-menu-button-icon">
@ -47,6 +56,11 @@ index 4311e18..dc1c467 100644
<summary>File path of the custom icon for the menu button.</summary> <summary>File path of the custom icon for the menu button.</summary>
</key> </key>
<key type="d" name="custom-menu-button-icon-size"> <key type="d" name="custom-menu-button-icon-size">
- <default>20</default>
+ <default>48</default>
<summary>Size of the menu buton icon.</summary>
</key>
<key type="i" name="button-padding">
-- --
2.47.1 2.47.1

@ -5,7 +5,7 @@
Summary: Gnome shell extension designed to replace the standard menu Summary: Gnome shell extension designed to replace the standard menu
Name: gnome-shell-extension-arcmenu Name: gnome-shell-extension-arcmenu
Version: 63 Version: 63
Release: 1%{dist} Release: 2%{dist}.inferit
License: GPLv2 License: GPLv2
URL: https://gitlab.com/arcmenu/ArcMenu/ URL: https://gitlab.com/arcmenu/ArcMenu/
@ -60,6 +60,10 @@ mkdir -p %{buildroot}%{_datadir}/pixmaps/
%{_datadir}/gnome-shell/extensions/%{uuid} %{_datadir}/gnome-shell/extensions/%{uuid}
%changelog %changelog
* Tue Dec 24 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 63-2
- Set 48 px size for Menu icon
- Disable open menu shortcut
* Mon Dec 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 63-1 * Mon Dec 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 63-1
- Update to v63 - Update to v63

Loading…
Cancel
Save