diff options
author | EuAndreh <eu@euandre.org> | 2022-05-12 18:34:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-12 18:34:58 -0300 |
commit | b248902af25312c9d7d8d1fb3d82e8da4643c994 (patch) | |
tree | 30edb336a3398ef69ea245017ef9b51ad8da733c | |
parent | Move symlink to private files to a relative location (diff) | |
download | dotfiles-b248902af25312c9d7d8d1fb3d82e8da4643c994.tar.gz dotfiles-b248902af25312c9d7d8d1fb3d82e8da4643c994.tar.xz |
bin/msg: Move audio files to $XDG_DATA_HOME/msg/
-rwxr-xr-x | bin/msg | 4 | ||||
-rw-r--r-- | share/msg/low.ogg | bin | 0 -> 12217 bytes | |||
-rw-r--r-- | share/msg/medium.ogg | bin | 0 -> 99826 bytes |
3 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ help() { Options: -X XMPP_MESSAGE send XMPP using the `xmpp` command - -s play ~/Desktop/medium.ogg sound + -s play $XDG_DATA_HOME/msg/medium.ogg sound -S SOUND_MESSAGE say SOUND_MESSAGE using `speak` -m EMAIL_SUBJECT send email with EMAIL_SUBJECT and empty body -D DESKTOP_MESSAGE the desktop message for `notify-send` @@ -39,7 +39,7 @@ for flag in "$@"; do done sound() { - play ~/Desktop/medium.ogg 2>/dev/null & + play $XDG_DATA_HOME/msg/medium.ogg 2>/dev/null & } ACTION_DONE=false diff --git a/share/msg/low.ogg b/share/msg/low.ogg Binary files differnew file mode 100644 index 0000000..0e91525 --- /dev/null +++ b/share/msg/low.ogg diff --git a/share/msg/medium.ogg b/share/msg/medium.ogg Binary files differnew file mode 100644 index 0000000..22cb563 --- /dev/null +++ b/share/msg/medium.ogg |