diff options
| -rwxr-xr-x | bin/.local/bin/scripts/perl/image-tag-view | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/perl/image-tag-view b/bin/.local/bin/scripts/perl/image-tag-view index c4e5afb..96b32dd 100755 --- a/bin/.local/bin/scripts/perl/image-tag-view +++ b/bin/.local/bin/scripts/perl/image-tag-view @@ -5,7 +5,7 @@ use File::Find; use File::HomeDir; # Define the directory to search -my $dir = File::HomeDir->my_home() . '/Pictures/wall_test/'; +my $dir = File::HomeDir->my_home() . '/Pictures/wallpaper/'; # Array to store matching file paths my @files; |
