Fixed broken notifications
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user