More work on gettings things working.

This commit is contained in:
Storm Dragon
2026-04-21 16:44:05 -04:00
parent 93b7ad2ae5
commit a8fe5d1eab
4 changed files with 41 additions and 0 deletions
+4
View File
@@ -333,6 +333,10 @@ class VoicedMenu:
['pactl', 'set-sink-volume', '@DEFAULT_SINK@', f'{volumePercent}%'],
check=True
)
subprocess.run(
['sudo', '-n', '/usr/lib/stormux/stormux_alsa_state.sh', 'store'],
check=False
)
self.volume = volumePercent
self.save_settings()
return True