mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Don't like the SwayOSD overlay when max volume is above 100%
This commit is contained in:
6
migrations/1754390772.sh
Normal file
6
migrations/1754390772.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
echo "Set SwayOSD max volume back to 100"
|
||||
|
||||
if ! grep -q "max_volume = 100" ~/.config/swayosd/config.toml; then
|
||||
sed -i 's/max_volume = 150/max_volume = 100/' ~/.config/swayosd/config.toml
|
||||
omarchy-restart-swayosd
|
||||
fi
|
||||
Reference in New Issue
Block a user