feat: mute windows after theme change

This commit is contained in:
DannyDannyDanny 2025-07-28 11:30:12 +00:00
parent b1a6f526cf
commit dcde5999e9

View file

@ -51,3 +51,6 @@ if [ $color_scheme = 'light' ]; then
powershell.exe "timeout /t 3; taskkill /im systemsettings.exe /f" powershell.exe "timeout /t 3; taskkill /im systemsettings.exe /f"
fi fi
echo "setting Sound Schema to None"
powershell.exe -Command "Set-ItemProperty -Path HKCU:\AppEvents\Schemes -Name '(Default)' -Value 'No Sounds'"