Initial commit

This commit is contained in:
Ferit Yiğit BALABAN
2022-01-05 21:10:37 +03:00
commit 0c87bcfbcc
6 changed files with 374 additions and 0 deletions

3
volumeup.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
current=$(pacmd dump-volumes | awk 'NR==1{print $8}' | sed 's/\%//')
[ $current -lt 200 ] && pactl set-sink-volume @DEFAULT_SINK@ +5%