diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-05-04 00:13:20 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-05-04 00:13:20 +0200 |
| commit | 13535011bb12163a4f9035cf2f231e856565e950 (patch) | |
| tree | da15860273c94d6f9dba02e7d9e5b7e9749438db /scripts | |
| parent | 7e1032434d90db737e319d3eb21721b7fed388be (diff) | |
fix: overall patches
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/musiccmd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/musiccmd b/scripts/musiccmd index 73c961b..ecaf437 100755 --- a/scripts/musiccmd +++ b/scripts/musiccmd @@ -3,8 +3,8 @@ # dependencies: music, mpv, socat, yt-dlp, ffmpeg, imagemagick # optional dependencies: dwmblocks, libnotify, herbe -FAVDIR="${XDG_MUSIC_DIR:-$HOME/Music}/favorite" -DLDIR="${XDG_MUSIC_DIR:-$HOME/Music}/download" +FAVDIR="${XDG_MUSIC_DIR:-$HOME/music}/favorite" +DLDIR="${XDG_MUSIC_DIR:-$HOME/music}/download" CACHE="${XDG_CACHE_HOME:-$HOME/.cache}" IMG="nsxiv" @@ -113,4 +113,4 @@ main() { esac } -main "$@"
\ No newline at end of file +main "$@" |
