Files
omarchy/migrations/1754390772.sh
2025-08-11 00:46:53 +02:00

7 lines
237 B
Bash

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-state set restart-swayosd-required
fi