diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-09-26 02:19:39 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-10-09 23:37:26 -0700 |
commit | c38f69630dd24ec8e980319ab02aeb9b7d00feea (patch) | |
tree | f36e8ee1f73eed7f9279484930d3e1bedb1e499b | |
parent | 8ed98a2c08a59a09a25cbe8c37beef8729b3e489 (diff) |
update
-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 97f92ffd..1cf17a78 100755 --- a/home/xyz/.local/bin/mpvy +++ b/home/xyz/.local/bin/mpvy @@ -40,5 +40,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 |