scripts for solaris

This commit is contained in:
FabricSoul 2025-08-09 14:25:58 -04:00
parent 8cd198f1d5
commit 99e72d204d
5 changed files with 16 additions and 0 deletions

5
files/scripts/volume-down.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
echo "Running volume-down.sh at $(date)" >> /tmp/dwl-script.log
echo "USER=$USER" >> /tmp/dwl-script.log
echo "PATH=$PATH" >> /tmp/dwl-script.log
exec pactl set-sink-volume @DEFAULT_SINK@ -5%