diff options
Diffstat (limited to 'scripts/wallpapermenu')
| -rwxr-xr-x | scripts/wallpapermenu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wallpapermenu b/scripts/wallpapermenu index 7f436ac..789dd1c 100755 --- a/scripts/wallpapermenu +++ b/scripts/wallpapermenu @@ -1,6 +1,6 @@ #!/usr/bin/fish -set dir "/home/eric.marin/Pictures/Backgrounds/" +set dir "$HOME/Pictures/Backgrounds/" set chosen ( for file in (find $dir -type f) if test -z $img; or test $file != $img |
