diff options
| author | BardofSprites <[email protected]> | 2024-10-06 21:39:27 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2024-10-06 21:39:27 -0400 |
| commit | 8176249161f347a5d783956251a7680ec5e3aaaf (patch) | |
| tree | d8f99df04dd95ee1a21aa6819fa93c39bf7ffccd | |
| parent | 15e18b502b80dd6670cfb61f79951d2a82f07952 (diff) | |
update path
| -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; |
