Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion barify
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ if [ $mode == $MODE_VOLUME ]; then
"$ACTION_INCREASE")
# Unmute when changing volume
wpctl set-mute @DEFAULT_AUDIO_SINK@ 0
wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+
wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 0.05+
send_notification "$(get_volume)"
;;
"$ACTION_DECREASE")
Expand Down