Use uwsm-app instead of uwsm app consistently

This commit is contained in:
David Heinemeier Hansson
2025-10-16 13:59:08 +03:00
parent 94aac3777c
commit 6b1b73b87c
8 changed files with 21 additions and 21 deletions

View File

@@ -2,5 +2,5 @@ echo "Install swayOSD to show volume status"
if omarchy-cmd-missing swayosd-server; then
omarchy-pkg-add swayosd
setsid uwsm app -- swayosd-server &>/dev/null &
setsid uwsm-app -- swayosd-server &>/dev/null &
fi