summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-09-26 02:19:39 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-09-26 02:19:39 -0700
commitf6acfa1a25528befb6aad4d8203036a9d32e20fb (patch)
tree010952eea91e87e857d4d72702914b3e0bb006db /home/xyz/.local
parentbb2a25c3e7c4c0d60a00770fb969957ccb123b35 (diff)
update
Diffstat (limited to 'home/xyz/.local')
-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 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