mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
9 lines
84 B
Bash
Executable File
9 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
sleep 10
|
|
while :
|
|
do
|
|
sleep 0.1
|
|
pamixer --source 0 --set-volume 31;
|
|
done
|
|
|