|
|
|
@ -24,8 +24,7 @@ get_icon() { |
|
|
|
|
|
|
|
|
|
|
|
# Notify |
|
|
|
# Notify |
|
|
|
notify_user() { |
|
|
|
notify_user() { |
|
|
|
# notify-send -h string:x-canonical-private-synchronous:sys-notify -u normal -i "$(get_icon)" "Volume : $(get_volume) %" |
|
|
|
dunstify -h int:value:$(get_volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_icon)" "Volume : $(get_volume) %" |
|
|
|
notify-send -h int:value:$(get_volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_icon)" "Volume : $(get_volume) %" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@ -71,8 +70,7 @@ get_mic_icon() { |
|
|
|
} |
|
|
|
} |
|
|
|
# Notify |
|
|
|
# Notify |
|
|
|
notify_mic_user() { |
|
|
|
notify_mic_user() { |
|
|
|
# notify-send -h string:x-canonical-private-synchronous:sys-notify -u low -i "$(get_mic_icon)" "Mic-Level : $(pamixer --default-source --get-volume) %" |
|
|
|
dunstify -h int:value:$(pamixer --default-source --get-volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_mic_icon)" "Mic-Level : $(pamixer --default-source --get-volume) %" |
|
|
|
notify-send -h int:value:$(pamixer --default-source --get-volume) -h "string:x-dunst-stack-tag:volume_notif" -u low -i "$(get_mic_icon)" "Mic-Level : $(pamixer --default-source --get-volume) %" |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# Increase MIC Volume |
|
|
|
# Increase MIC Volume |
|
|
|
|