From 63433af137fd7b95da973d391db7e57634c10499 Mon Sep 17 00:00:00 2001 From: germedeb Date: Mon, 7 Feb 2022 12:16:19 -0300 Subject: [PATCH] Changed the messages displayed in the output --- functions.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.sh b/functions.sh index 68e2f5f..852a79b 100644 --- a/functions.sh +++ b/functions.sh @@ -65,7 +65,7 @@ open my $icon_filehandle, '<', $icon_search_file; color_wrapper('blue'); say << 'EOS'; -Known Icons: +In both your icon pack and system: ------------- EOS color_wrapper('reset'); @@ -79,7 +79,7 @@ close $icon_filehandle; color_wrapper('red'); say << 'EOS'; -Missing icons: +Missing (In your system and not in your icon pack): ------------- EOS color_wrapper('reset'); @@ -91,7 +91,7 @@ for my $key (keys %desktop_relation) { color_wrapper('green'); say << 'EOS'; -Not missing in your system icons: +Unused icons from your icon pack: ------------- EOS color_wrapper('reset');