diff --git a/SOURCES/msvsphere-menu-mono.png b/SOURCES/msvsphere-menu-mono.png new file mode 100644 index 0000000..eb0efff Binary files /dev/null and b/SOURCES/msvsphere-menu-mono.png differ diff --git a/SPECS/gnome-shell-extension-arcmenu.spec b/SPECS/gnome-shell-extension-arcmenu.spec index 20690c5..fa670bd 100644 --- a/SPECS/gnome-shell-extension-arcmenu.spec +++ b/SPECS/gnome-shell-extension-arcmenu.spec @@ -5,12 +5,13 @@ Summary: Gnome shell extension designed to replace the standard menu Name: gnome-shell-extension-arcmenu Version: 27 -Release: 6%{dist} +Release: 7%{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 +Source2: msvsphere-menu-mono.png Patch0: 0001-Customize-Arc-Menu.patch Patch1: 0002-Display-on-all-monitors.patch Patch2: 0003-set-a-hotkey-Super-X-to-open-ArcMenu.patch @@ -53,6 +54,7 @@ find %{buildroot} -type f -exec chmod 644 {} \; mkdir -p %{buildroot}%{_datadir}/pixmaps/ install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/ +install -m644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/ %find_lang %{realnamel} --with-gnome @@ -65,8 +67,12 @@ install -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/ %{_datadir}/gnome-shell/extensions/%{uuid}/schemas %{_datadir}/gnome-shell/extensions/%{uuid}/searchProviders %{_datadir}/pixmaps/msvsphere-menu.png +%{_datadir}/pixmaps/msvsphere-menu-mono.png %changelog +* Wed Sep 6 2023 Arkady L. Shane - 27-7 +- Added monochrome icon + * Mon Sep 4 2023 Arkady L. Shane - 27-6 - Display on all monitors - Set a hotkey (Super-X) to open ArcMenu