cosmic-applets icon indicating copy to clipboard operation
cosmic-applets copied to clipboard

[Audio Applet] Icon does not change when volume is adjusted with shortcuts or Launcher

Open WatchMkr opened this issue 1 year ago • 2 comments

  • Use either keyboard shortcuts or the launcher to increase volume
  • The icon does not change
  • Click the audio applet (applet icon changes)

WatchMkr avatar Mar 26 '24 23:03 WatchMkr

https://github.com/pop-os/cosmic-osd/pull/19 has an Iced subscription to monitor to speaker/microphone volume levels. It might be helpful to move some of the code there into a library that could also be used by the applet. Though we don't currently have a crate that would fit well in.

ids1024 avatar Mar 28 '24 02:03 ids1024

Though we don't currently have a crate that would fit well in.

Closest I could think of is cosmic-settings-daemon, but yeah maybe a new crate to monitor things like audio changes/brightness changes/etc is needed

ryanabx avatar Mar 28 '24 12:03 ryanabx

I think related to this is, that when you power off the system with mute on/0% volume, and boot up again/reboot, it shows the volume as not muted. Opening up the applet fixes the icon.

rrahl0 avatar May 31 '24 21:05 rrahl0