diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-09-26 02:19:39 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-09-26 02:19:39 -0700 |
commit | f6acfa1a25528befb6aad4d8203036a9d32e20fb (patch) | |
tree | 010952eea91e87e857d4d72702914b3e0bb006db /home/xyz/.local | |
parent | bb2a25c3e7c4c0d60a00770fb969957ccb123b35 (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/mpvy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mpvy b/home/xyz/.local/bin/mpvy index 42d6014f..e147a3c1 100755 --- a/home/xyz/.local/bin/mpvy +++ b/home/xyz/.local/bin/mpvy @@ -42,5 +42,5 @@ case $flag in esac # not sure if this is the best practice, but it seems working ;) status=$? -[ $status -ne 0 ] && notify-send 'mpvsel failed' +[ $status -ne 0 ] && notify-send 'mpvy failed' exit $status |