From 258b51eead1c9014dfb96c1482fb09bb613cea60 Mon Sep 17 00:00:00 2001 From: CounterFlow64 <79510944+CounterFlow64@users.noreply.github.com> Date: Fri, 5 Jul 2024 00:24:26 +0200 Subject: [PATCH 1/3] Icon for SpeechNote app Nice app with KDE interface, made a colloid version of the icon theme to make it more consistent --- src/apps/scalable/Speech-Note.svg | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/apps/scalable/Speech-Note.svg diff --git a/src/apps/scalable/Speech-Note.svg b/src/apps/scalable/Speech-Note.svg new file mode 100644 index 00000000..2b4e8271 --- /dev/null +++ b/src/apps/scalable/Speech-Note.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From f81035e8b7032d26cd5886501c58e6abc34393e8 Mon Sep 17 00:00:00 2001 From: CounterFlow64 <79510944+CounterFlow64@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:31:57 +0200 Subject: [PATCH 2/3] Fixed a small symmetry error, optimized SVG size --- src/apps/scalable/Speech-Note.svg | 40 +++++++++++++------------------ 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/src/apps/scalable/Speech-Note.svg b/src/apps/scalable/Speech-Note.svg index 2b4e8271..35c39243 100644 --- a/src/apps/scalable/Speech-Note.svg +++ b/src/apps/scalable/Speech-Note.svg @@ -4,29 +4,23 @@ - - - - - - - - - + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + From 65b1c5848c55a478fc9a673354b29fa1c3b3b354 Mon Sep 17 00:00:00 2001 From: CounterFlow64 <79510944+CounterFlow64@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:16:07 +0200 Subject: [PATCH 3/3] Changed to flatpak name, turns out that was needed to work --- src/apps/scalable/{Speech-Note.svg => net.mkiol.SpeechNote.svg} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/apps/scalable/{Speech-Note.svg => net.mkiol.SpeechNote.svg} (100%) diff --git a/src/apps/scalable/Speech-Note.svg b/src/apps/scalable/net.mkiol.SpeechNote.svg similarity index 100% rename from src/apps/scalable/Speech-Note.svg rename to src/apps/scalable/net.mkiol.SpeechNote.svg