mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +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
|