Files
omarchy/migrations/1753138691.sh

7 lines
172 B
Bash
Raw Normal View History

echo "Install swayOSD to show volume status"
if ! command -v swayosd &>/dev/null; then
yay -S --noconfirm --needed swayosd
2025-07-21 19:01:00 -04:00
uwsm app -- swayosd-server &>/dev/null &
fi