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.
97 lines
3.5 KiB
97 lines
3.5 KiB
From 71f467d9ed6f28c9a826c8594ac5d392035a915f Mon Sep 17 00:00:00 2001
|
|
From: tigro <tigro@msvsphere-os.ru>
|
|
Date: Mon, 23 Dec 2024 14:06:21 +0300
|
|
Subject: [PATCH] Customize Arc Menu
|
|
|
|
---
|
|
...gnome.shell.extensions.arcmenu.gschema.xml | 20 +++++++++----------
|
|
1 file changed, 10 insertions(+), 10 deletions(-)
|
|
|
|
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
|
index 4311e18..da6c376 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">
|
|
@@ -198,7 +198,7 @@
|
|
<summary>ArcMenu menu button bg color.</summary>
|
|
</key>
|
|
<key type="(bi)" name="menu-button-border-radius">
|
|
- <default>(false, 20)</default>
|
|
+ <default>(true, 10)</default>
|
|
<summary>ArcMenu menu button border radius.</summary>
|
|
</key>
|
|
<key type="(bi)" name="menu-button-border-width">
|
|
@@ -444,7 +444,7 @@
|
|
<summary>Menu Width Adjustement.</summary>
|
|
</key>
|
|
<key type="i" name="left-panel-width">
|
|
- <default>290</default>
|
|
+ <default>390</default>
|
|
<summary>Menu width</summary>
|
|
</key>
|
|
<key type="i" name="right-panel-width">
|
|
@@ -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">
|
|
@@ -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 @@
|
|
<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,11 +564,11 @@
|
|
<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">
|
|
- <default>20</default>
|
|
+ <default>48</default>
|
|
<summary>Size of the menu buton icon.</summary>
|
|
</key>
|
|
<key type="i" name="button-padding">
|
|
@@ -603,9 +603,9 @@
|
|
<key name="pinned-apps" type="aa{ss}">
|
|
<default>
|
|
[
|
|
- {'id': 'firefox.desktop'},
|
|
+ {'id': 'chromium-browser.desktop'},
|
|
{'id': 'org.gnome.Nautilus.desktop'},
|
|
- {'id': 'org.gnome.Terminal.desktop'},
|
|
+ {'id': 'org.gnome.Ptyxis.desktop'},
|
|
{'id': 'gnome-extensions prefs arcmenu@arcmenu.com', 'name': 'ArcMenu Settings', 'icon': 'ArcMenu_ArcMenuIcon'}
|
|
]
|
|
</default>
|
|
--
|
|
2.47.1
|
|
|