diff --git a/migrations/1753138691.sh b/migrations/1753138691.sh index b37208f..04012e4 100644 --- a/migrations/1753138691.sh +++ b/migrations/1753138691.sh @@ -1,6 +1,6 @@ echo "Install swayOSD to show volume status" -if ! command -v swayosd &>/dev/null; then +if ! command -v swayosd-server &>/dev/null; then yay -S --noconfirm --needed swayosd setsid uwsm app -- swayosd-server &>/dev/null & fi