Files
omarchycn/migrations/1753138691.sh
T

7 lines
172 B
Bash

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