Convert existing migrations to set states

This commit is contained in:
Ryan Hughes
2025-08-11 00:46:53 +02:00
parent b1949fd7eb
commit 1eb8a56b07
7 changed files with 7 additions and 7 deletions

View File

@@ -2,5 +2,5 @@ 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
omarchy-state set restart-swayosd-required
fi