mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
169 B
Bash
7 lines
169 B
Bash
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 &
|
|
fi
|