diff --git a/data/icons/open-menu-symbolic.svg b/data/icons/open-menu-symbolic.svg
new file mode 100644
index 0000000..7f44743
--- /dev/null
+++ b/data/icons/open-menu-symbolic.svg
@@ -0,0 +1,8 @@
+
+
diff --git a/src/main_window/window.blp b/src/main_window/window.blp
index f5d59f3..8ad7985 100644
--- a/src/main_window/window.blp
+++ b/src/main_window/window.blp
@@ -45,7 +45,7 @@ template $WarehouseWindow: Adw.ApplicationWindow {
}
[end]
MenuButton main_menu {
- icon-name: "open-menu-symbolic";
+ icon-name: "warehouse:open-menu-symbolic";
tooltip-text: _("Main Menu");
menu-model: primary_menu;
}
diff --git a/src/packages_page/packages_page.blp b/src/packages_page/packages_page.blp
index 7ec160a..6513ba0 100644
--- a/src/packages_page/packages_page.blp
+++ b/src/packages_page/packages_page.blp
@@ -108,7 +108,7 @@ template $PackagesPage : Adw.BreakpointBin {
Adw.StatusPage no_results {
title: _("No Results Found");
description: _("Try a different search");
- icon-name: "system-search-symbolic";
+ icon-name: "warehouse:loupe-large-symbolic";
}
}
[bottom]
@@ -131,7 +131,7 @@ template $PackagesPage : Adw.BreakpointBin {
MenuButton copy_button {
styles ["raised"]
Adw.ButtonContent {
- icon-name: "edit-warehouse:copy-symbolic";
+ icon-name: "warehouse:edit-copy-symbolic";
label: _("Copy");
can-shrink: true;
}
diff --git a/src/remotes_page/remotes_page.blp b/src/remotes_page/remotes_page.blp
index d0bacf5..641c67f 100644
--- a/src/remotes_page/remotes_page.blp
+++ b/src/remotes_page/remotes_page.blp
@@ -152,7 +152,7 @@ template $RemotesPage : Adw.NavigationPage {
Adw.StatusPage no_results {
title: _("No Results Found");
description: _("Try a different search");
- icon-name: "system-search-symbolic";
+ icon-name: "warehouse:loupe-large-symbolic";
}
}
}
diff --git a/src/snapshot_page/new_snapshot_dialog.blp b/src/snapshot_page/new_snapshot_dialog.blp
index 2e7c9ed..c06f40b 100644
--- a/src/snapshot_page/new_snapshot_dialog.blp
+++ b/src/snapshot_page/new_snapshot_dialog.blp
@@ -66,7 +66,7 @@ template $NewSnapshotDialog : Adw.Dialog {
Adw.StatusPage no_results {
title: _("No Results Found");
description: _("Try a different search");
- icon-name: "system-search-symbolic";
+ icon-name: "warehouse:loupe-large-symbolic";
}
}
[bottom]
diff --git a/src/snapshot_page/snapshot_page.blp b/src/snapshot_page/snapshot_page.blp
index 7893d77..4b6279e 100644
--- a/src/snapshot_page/snapshot_page.blp
+++ b/src/snapshot_page/snapshot_page.blp
@@ -57,7 +57,7 @@ template $SnapshotPage : Adw.BreakpointBin {
Adw.StatusPage no_results {
title: _("No Results Found");
description: _("Try a different search");
- icon-name: "system-search-symbolic";
+ icon-name: "warehouse:loupe-large-symbolic";
}
ScrolledWindow scrolled_window {
Box {
@@ -145,7 +145,7 @@ template $SnapshotPage : Adw.BreakpointBin {
sensitive: false;
styles ["raised"]
Adw.ButtonContent {
- icon-name: "edit-warehouse:copy-symbolic";
+ icon-name: "warehouse:edit-copy-symbolic";
label: _("Copy");
can-shrink: true;
}
diff --git a/src/user_data_page/data_subpage.blp b/src/user_data_page/data_subpage.blp
index 2b3af79..c9f017a 100644
--- a/src/user_data_page/data_subpage.blp
+++ b/src/user_data_page/data_subpage.blp
@@ -67,7 +67,7 @@ template $DataSubpage : Stack {
Adw.StatusPage no_results {
title: _("No Results Found");
description: _("Try a different search");
- icon-name: "system-search-symbolic";
+ icon-name: "warehouse:loupe-large-symbolic";
valign: center;
}
}
diff --git a/src/user_data_page/user_data_page.blp b/src/user_data_page/user_data_page.blp
index 8336aff..c9a2dcd 100644
--- a/src/user_data_page/user_data_page.blp
+++ b/src/user_data_page/user_data_page.blp
@@ -39,7 +39,7 @@ template $UserDataPage : Adw.BreakpointBin {
$SidebarButton {}
[start]
ToggleButton search_button {
- icon-name: "system-search-symbolic";
+ icon-name: "warehouse:loupe-large-symbolic";
tooltip-text: _("Search User Data");
}
[end]
@@ -86,7 +86,7 @@ template $UserDataPage : Adw.BreakpointBin {
sensitive: false;
styles ["raised"]
Adw.ButtonContent {
- icon-name: "edit-warehouse:copy-symbolic";
+ icon-name: "warehouse:edit-copy-symbolic";
label: _("Copy");
can-shrink: true;
}
diff --git a/src/warehouse.gresource.xml b/src/warehouse.gresource.xml
index 3318187..814b0a3 100644
--- a/src/warehouse.gresource.xml
+++ b/src/warehouse.gresource.xml
@@ -66,5 +66,6 @@
../data/icons/minus-large-symbolic.svg
../data/icons/list-remove-all-symbolic.svg
../data/icons/edit-symbolic.svg
+ ../data/icons/open-menu-symbolic.svg