mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
5 lines
202 B
Bash
Executable file
5 lines
202 B
Bash
Executable file
#!/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%
|