hi, My approach for using volume widget with pulse was simply using these arguments for it:
mute_command= 'amixer -q -D pulse set Master toggle'.split() volume_up_command= 'amixer -q -D pulse set Master 2%+'.split() volume_down_command= 'amixer -q -D pulse set Master 2%-'.split() get_volume_command= 'amixer -D pulse get Master'.split() wish that helps. regards -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
