Skip to content

Commit

Permalink
Fix volume. It doesnt mute master
Browse files Browse the repository at this point in the history
  • Loading branch information
joseangelgm committed Aug 18, 2020
1 parent f7b3504 commit d2c3108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/components/i3/blocks/volume
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MIXER="Master"

case $BLOCK_BUTTON in
3) amixer -q -D pulse sset Master toggle > /dev/null;; # right click
3) amixer set Master toggle > /dev/null;; # right click
4) amixer set Master 5%+ > /dev/null;; # scroll up
5) amixer set Master 5%- > /dev/null;; # scroll down
esac
Expand Down

0 comments on commit d2c3108

Please sign in to comment.