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