feat: mute windows after theme change ✨
This commit is contained in:
parent
b1a6f526cf
commit
dcde5999e9
1 changed files with 3 additions and 0 deletions
|
|
@ -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'"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue