Hi,

I'm using a bluetooth headset and try to get the volume with Volume widget.
amixer seems not compatible with bluetooth headset.

Therefore I'm trying to get the volume with pactl piped to different 
commands : 

pactl list sinks | grep "Description: WH-1000XM3" -A 6 | grep % | cut -d " 
" -f 6 

This command run in the terminal will success to get the volume of my 
headset.
I try then to use this command in the widget : 


widget.Volume(   
 foreground = colors[9],   
background = colors[0],   
padding = 5,   
get_volume_command = 'pactl list sinks | grep "Description: WH-1000XM3" -A 
6 | grep % | cut -d " " -f 6'   
),

Unfortunately it doesn't works.
Do you have a solution to get the volume of my bluetooth headset ?

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qtile-dev/6c176ccd-951e-4958-9158-f66d6a881707n%40googlegroups.com.

Reply via email to