Fixed broken notifications

This commit is contained in:
edwark43
2025-03-17 20:09:32 -04:00
parent 69da425885
commit dd6bae7680
4 changed files with 8 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
# Icons
vol_dir="$HOME/.local/share/assets"
notify_cmd='dunstify -u low -h string:x-dunst-stack-tag:cvolum'
notify_cmd='notify-send -u low -h string:x-dunst-stack-tag:cvolum'
# Get Volume
get_volume() {
@@ -56,4 +56,4 @@ if command -v pamixer &>/dev/null; then
esac
else
${notify_cmd} "'pamixer' is not installed."
fi
fi