From c03c1b2cc9e1ea209d5b4df33dcba88c949a86b3 Mon Sep 17 00:00:00 2001 From: germedeb Date: Sun, 6 Feb 2022 16:48:29 -0300 Subject: [PATCH] changed the name to icontoaster --- functions.sh | 8 ++++---- missing.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions.sh b/functions.sh index f62b635..68e2f5f 100644 --- a/functions.sh +++ b/functions.sh @@ -1,6 +1,6 @@ #!/bin/bash -# This file is part of missing-icon-reporter +# This file is part of IconToaster # and it's AGPLv3 licensed. desktopsearch () { @@ -46,7 +46,7 @@ sub color_wrapper { } color_wrapper('yellow'); -say 'This is the Toasters Icon Pack Missing Icons Tool'; +say 'This is IconToaster'; color_wrapper('reset'); my $desktop_search_file = $ARGV[0]; @@ -62,7 +62,7 @@ close $desktop_filehandle; open my $icon_filehandle, '<', $icon_search_file; -color_wrapper('red'); +color_wrapper('blue'); say << 'EOS'; Known Icons: @@ -88,7 +88,7 @@ for my $key (keys %desktop_relation) { say $key; } } -color_wrapper('red'); +color_wrapper('green'); say << 'EOS'; Not missing in your system icons: diff --git a/missing.sh b/missing.sh index 6c18646..a7e7703 100755 --- a/missing.sh +++ b/missing.sh @@ -1,6 +1,6 @@ #! /bin/bash -# This file is part of missing-icon-reporter +# This file is part of IconToaster # and it's AGPLv3 licensed. script_path=$(dirname $0)