omarchy/migrations/1753138691.sh
2025-08-24 17:35:24 +02:00

7 lines
194 B
Bash

echo "Install swayOSD to show volume status"
if ! command -v swayosd-server &>/dev/null; then
sudo pacman -S --noconfirm --needed swayosd
setsid uwsm app -- swayosd-server &>/dev/null &
fi