diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-06-08 15:35:14 +0200 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2025-09-07 21:27:34 +0200 |
| commit | e958146735f214509d3996a21a1adfb950e415b8 (patch) | |
| tree | 75b6317af09b8563ddde3d9b4c6af304622a6a48 /scripts/wallpapermenu | |
| parent | 8f8d9c06935758e218bbc88faaef6d2d2bd60df1 (diff) | |
| download | dotfiles-e958146735f214509d3996a21a1adfb950e415b8.tar.gz dotfiles-e958146735f214509d3996a21a1adfb950e415b8.zip | |
swaylock and swayidle
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 |
