You are not logged in.

#1 2020-07-04 00:01:54

redshoe
Member
Registered: 2015-12-16
Posts: 217

[SOLVED] Using ALSA for i3status bar volume indicator not working

I am trying to use ALSA for volume indicator in i3status bar, but setting the device options as "default", "sysdefault", and even "device hw:0" don't not work. It does not work as in the volume indicator does not show up at all.

Following is the volume master part of my i3status config file.

volume master {
      format = "Vol %volume"
      format_muted = "Muted"
      device = "default"
{

Last edited by redshoe (2020-07-04 14:09:50)

Offline

#2 2020-07-04 10:57:45

ondoho
Member
Registered: 2013-04-30
Posts: 692
Website

Re: [SOLVED] Using ALSA for i3status bar volume indicator not working

It seems for ALSA you need to specify a Mixer, too: https://i3wm.org/i3status/manpage.html
Also you need to add some sort of += at the top of the config file, e.g. order += "volume master"

Last edited by ondoho (2020-07-04 10:59:10)

Offline

#3 2020-07-04 14:09:38

redshoe
Member
Registered: 2015-12-16
Posts: 217

Re: [SOLVED] Using ALSA for i3status bar volume indicator not working

ondoho wrote:

It seems for ALSA you need to specify a Mixer, too: https://i3wm.org/i3status/manpage.html
Also you need to add some sort of += at the top of the config file, e.g. order += "volume master"

Cool! This worked! Thank you!

Offline

Board footer

Powered by FluxBB