Changed the messages displayed in the output
This commit is contained in:
parent
c03c1b2cc9
commit
63433af137
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user