changed the name to icontoaster

This commit is contained in:
germedeb 2022-02-06 16:48:29 -03:00
parent 7b8e851571
commit c03c1b2cc9
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# This file is part of missing-icon-reporter # This file is part of IconToaster
# and it's AGPLv3 licensed. # and it's AGPLv3 licensed.
desktopsearch () { desktopsearch () {
@ -46,7 +46,7 @@ sub color_wrapper {
} }
color_wrapper('yellow'); color_wrapper('yellow');
say 'This is the Toasters Icon Pack Missing Icons Tool'; say 'This is IconToaster';
color_wrapper('reset'); color_wrapper('reset');
my $desktop_search_file = $ARGV[0]; my $desktop_search_file = $ARGV[0];
@ -62,7 +62,7 @@ close $desktop_filehandle;
open my $icon_filehandle, '<', $icon_search_file; open my $icon_filehandle, '<', $icon_search_file;
color_wrapper('red'); color_wrapper('blue');
say << 'EOS'; say << 'EOS';
Known Icons: Known Icons:
@ -88,7 +88,7 @@ for my $key (keys %desktop_relation) {
say $key; say $key;
} }
} }
color_wrapper('red'); color_wrapper('green');
say << 'EOS'; say << 'EOS';
Not missing in your system icons: Not missing in your system icons:

View File

@ -1,6 +1,6 @@
#! /bin/bash #! /bin/bash
# This file is part of missing-icon-reporter # This file is part of IconToaster
# and it's AGPLv3 licensed. # and it's AGPLv3 licensed.
script_path=$(dirname $0) script_path=$(dirname $0)