mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
scripts for solaris
This commit is contained in:
parent
8cd198f1d5
commit
99e72d204d
5 changed files with 16 additions and 0 deletions
5
files/scripts/volume-down.sh
Executable file
5
files/scripts/volume-down.sh
Executable 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%
|
||||
Loading…
Add table
Add a link
Reference in a new issue