first commit

This commit is contained in:
2026-01-31 01:03:40 +01:00
commit 8ffeb37bd4
31 changed files with 1022 additions and 0 deletions

6
bin/pulseaudio-ctl-normal.in Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Do we need this at all?
if [ -e /usr/bin/pulseaudio-ctl ];then
(sleep 10s && /usr/bin/pulseaudio-ctl set 70) &
fi