Files
omarchy/migrations/1753138691.sh
David Heinemeier Hansson b150a1f068 Start the server as well
2025-07-21 19:01:00 -04:00

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