diff --git a/SOURCES/0001-Customize-Arc-Menu.patch b/SOURCES/0001-Customize-Arc-Menu.patch
index d49547a..e13d78a 100644
--- a/SOURCES/0001-Customize-Arc-Menu.patch
+++ b/SOURCES/0001-Customize-Arc-Menu.patch
@@ -34,7 +34,7 @@ index 9638cb6..72f2c3a 100644
- ''
-+ '/usr/share/icons/hicolor/256x256/apps/fedora-logo-icon.png'
++ '/usr/share/pixmaps/msvsphere-menu.png'
File path of the custom icon for the menu button.
File path of the custom icon for the menu button.
diff --git a/SOURCES/msvsphere-menu.png b/SOURCES/msvsphere-menu.png
new file mode 100644
index 0000000..48006bd
Binary files /dev/null and b/SOURCES/msvsphere-menu.png differ
diff --git a/SPECS/gnome-shell-extension-arcmenu.spec b/SPECS/gnome-shell-extension-arcmenu.spec
index 98b7c96..7c439d4 100644
--- a/SPECS/gnome-shell-extension-arcmenu.spec
+++ b/SPECS/gnome-shell-extension-arcmenu.spec
@@ -5,11 +5,12 @@
Summary: Gnome shell extension designed to replace the standard menu
Name: gnome-shell-extension-arcmenu
Version: 27
-Release: 2%{dist}
+Release: 3%{dist}
License: GPLv2
URL: https://gitlab.com/arcmenu/ArcMenu/
Source0: https://gitlab.com/arcmenu/ArcMenu/-/archive/v%{version}/ArcMenu-v%{version}.tar.bz2
+Source1: msvsphere-menu.png
Patch0: 0001-Customize-Arc-Menu.patch
BuildArch: noarch
@@ -48,6 +49,9 @@ rm -rf %{buildroot}%{_datadir}/gnome-shell/extensions/arcmenu@arcmenu.com/media/
# fix mod
find %{buildroot} -type f -exec chmod 644 {} \;
+mkdir -p %{buildroot}%{_datadir}/pixmaps/
+install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
+
%find_lang %{realnamel} --with-gnome
%files -f %{realnamel}.lang
@@ -58,8 +62,12 @@ find %{buildroot} -type f -exec chmod 644 {} \;
%{_datadir}/gnome-shell/extensions/%{uuid}/menulayouts
%{_datadir}/gnome-shell/extensions/%{uuid}/schemas
%{_datadir}/gnome-shell/extensions/%{uuid}/searchProviders
+%{_datadir}/pixmaps/msvsphere-menu.png
%changelog
+* Mon Aug 21 2023 Arkady L. Shane - 27-3
+- Added menu icon
+
* Wed Aug 9 2023 Arkady L. Shane - 27-2
- Change Menu icon