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

53 lines
2.0 KiB

From 74341cb42604f014f11362cb4ee428ee12f010ac Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Mon, 23 Dec 2024 14:06:21 +0300
Subject: [PATCH 1/3] Customize Arc Menu
---
schemas/org.gnome.shell.extensions.arcmenu.gschema.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
index 4311e18..dc1c467 100644
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
@@ -134,7 +134,7 @@
<summary>Menu position alignment</summary>
</key>
<key name="menu-layout" enum="org.gnome.shell.extensions.arcmenu.menulayout">
- <default>'Default'</default>
+ <default>'Windows'</default>
<summary>menu layout</summary>
</key>
<key type="b" name="override-menu-theme">
@@ -468,7 +468,7 @@
<summary>Display type for power options</summary>
</key>
<key type="b" name="multi-monitor">
- <default>false</default>
+ <default>true</default>
<summary>Display on all monitors</summary>
</key>
<key type="b" name="show-activities-button">
@@ -552,7 +552,7 @@
<summary>Text of the menu button.</summary>
</key>
<key name="menu-button-icon" enum="org.gnome.shell.extensions.arcmenu.menu-button-icon">
- <default>'Menu_Icon'</default>
+ <default>'Custom_Icon'</default>
<summary>Icon type for the menu button.</summary>
</key>
<key name="arc-menu-icon" type="i">
@@ -564,7 +564,7 @@
<summary>Distro icon integer value for the menu button.</summary>
</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>
</key>
<key type="d" name="custom-menu-button-icon-size">
--
2.47.1