summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-09-26 02:19:39 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-10-09 23:37:26 -0700
commitc38f69630dd24ec8e980319ab02aeb9b7d00feea (patch)
treef36e8ee1f73eed7f9279484930d3e1bedb1e499b /home/xyz
parent8ed98a2c08a59a09a25cbe8c37beef8729b3e489 (diff)
update
Diffstat (limited to 'home/xyz')
-rwxr-xr-xhome/xyz/.local/bin/mpvy2
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