From 73b1ad03695381cd51e527289bc340fee9217678 Mon Sep 17 00:00:00 2001 From: David Lapshin Date: Tue, 2 Aug 2022 15:33:17 +0300 Subject: [PATCH] Rename symbolics --- ...com.github.ArtyIF.AdwCustomizer.Source.svg | 3720 ----------------- src/adwcustomizer.gresource.xml | 4 +- ...ArtyIF.AdwCustomizer-palette-symbolic.svg} | 0 src/ui/option.blp | 2 +- 4 files changed, 3 insertions(+), 3723 deletions(-) delete mode 100644 data/icons/com.github.ArtyIF.AdwCustomizer.Source.svg rename src/icons/{icon-dev-kit/palette-symbolic.svg => com.github.ArtyIF.AdwCustomizer-palette-symbolic.svg} (100%) diff --git a/data/icons/com.github.ArtyIF.AdwCustomizer.Source.svg b/data/icons/com.github.ArtyIF.AdwCustomizer.Source.svg deleted file mode 100644 index 3c840f38..00000000 --- a/data/icons/com.github.ArtyIF.AdwCustomizer.Source.svg +++ /dev/null @@ -1,3720 +0,0 @@ - - - - - Adwaita Icon Template - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - GNOME Design Team - - - - - Adwaita Icon Template - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hicolor - Symbolic - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - battery is full and there is no a/c connected. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Please, if You want to edit the roller, duplicate this one and edit it, roller that on icon have objects converted to pathes. - -Rotation are 45° and -16px from right bottom edge of the page - -Thank You! - -@Daudix_UFO - - - - - - - - - - - - - - - diff --git a/src/adwcustomizer.gresource.xml b/src/adwcustomizer.gresource.xml index 5da637db..6455f465 100644 --- a/src/adwcustomizer.gresource.xml +++ b/src/adwcustomizer.gresource.xml @@ -14,11 +14,11 @@ icons/com.github.ArtyIF.AdwCustomizer-adw-gtk3-warning-symbolic.svg icons/icon-dev-kit/palette-symbolic.svg + >icons/com.github.ArtyIF.AdwCustomizer-palette-symbolic.svg diff --git a/src/icons/icon-dev-kit/palette-symbolic.svg b/src/icons/com.github.ArtyIF.AdwCustomizer-palette-symbolic.svg similarity index 100% rename from src/icons/icon-dev-kit/palette-symbolic.svg rename to src/icons/com.github.ArtyIF.AdwCustomizer-palette-symbolic.svg diff --git a/src/ui/option.blp b/src/ui/option.blp index a614ae86..5679c571 100644 --- a/src/ui/option.blp +++ b/src/ui/option.blp @@ -5,7 +5,7 @@ template AdwcustomizerOption : Adw.ActionRow { [suffix] MenuButton warning-button { valign: center; - icon-name: "com.github.ArtyIF.AdwCustomizer-adw-gtk3-warning-symbolic"; + icon-name: "adw-gtk3-warning-symbolic"; popover: warning-popover; tooltip-text: _("GTK 3 Support Warning"); }