mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02: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
|